| Path: | lib/sequel/extensions/looser_typecasting.rb |
| Last Update: | Thu Jun 06 17:01:31 +0000 2013 |
The LooserTypecasting extension loosens the default database typecasting for the following types:
| :float : | use to_f instead of Float() |
| :integer : | use to_i instead of Integer() |
| :decimal : | don‘t check string conversion with Float() |
| :string : | silently allow hash and array conversion to string |
To load the extension into the database:
DB.extension :looser_typecasting