looser_typecasting.rb

Path: lib/sequel/extensions/looser_typecasting.rb
Last Update: Tue Aug 21 16:50:03 +0000 2012

The LooserTypecasting extension changes the float and integer typecasting to use the looser .to_f and .to_i instead of the more strict Kernel.Float and Kernel.Integer. To load the extension into the database:

  DB.extension :looser_typecasting

[Validate]