Sequel v4.24.0 Release Notes

Release Date: 2015-07-01 // almost 9 years ago
    • Allow class_table_inheritance plugin to support subclasses that don't add additional columns (QuinnHarris, jeremyevans) (#1030)

    • โž• Add :columns option to update_refresh plugin, specifying the columns to include in the RETURNING clause (celsworth) (#1029)

    • ๐Ÿ‘‰ Use column symbol key for auto validation unique errors if the unique index is on a single column (jeremyevans)

    • ๐Ÿ‘ Allow :timeout option to Database#listen in the postgres adapter to be a callable object (celsworth) (#1028)

    • Add pg_inet_ops extension, for DSL support for PostgreSQL inet/cidr operators and functions (celsworth, jeremyevans) (#1024)

    • Support :*_opts options in auto_validations plugin, for setting options for the underlying validation methods (celsworth, jeremyevans) (#1026)

    • Support :delay_pks association option in association_pks to delay setting of associated_pks until after saving (jeremyevans)

    • ๐Ÿ‘‰ Make jdbc subadapters work if they issue queries while the subadapter is being loaded (jeremyevans) (#1022)

    • ๐Ÿ– Handle 64-bit auto incrementing primary keys in jdbc subadapters (DougEverly) (#1018, #1019)

    • โœ‚ Remove the deprecated db2 and dbi adapters (jeremyevans)

    • ๐Ÿ”Œ Make auto_validation plugin use :from=>:values option to setup validations on the underlying columns (jeremyevans)

    • โž• Add :from=>:values option to validation_helpers methods, for getting values from the values hash instead of a method call (jeremyevans)