Path: | doc/release_notes/3.47.0.txt |
Last Update: | Thu Nov 12 08:45:04 +0000 2015 |
Sequel::Database.extension :query_literals
Previously, you had to override a private method to get the same behavior, this just offers a nicer API for that.
validates_schema_type has been added to validation_class_methods, which preforms the same validation, but it requires the columns be listed explicitly.
validates_type in validation_helpers has been expanded to accept an array of allowable classes.
Related to this is the addition of Database#schema_type_class for returning the type class(es) for the given schema type symbol.
DB.register_array_type(:interval)
hstore_op - Sequel.cast('a=>b', :hstore)