Sequel v4.23.0 Release Notes

Release Date: 2015-06-01 // almost 9 years ago
    • ๐Ÿ‘‰ Make dataset.call_sproc(:insert) work in the jdbc adapter (flash-gordon) (#1013)

    • โž• Add update_refresh plugin, for refreshing a model instance when updating (jeremyevans)

    • โž• Add delay_add_association plugin, for delaying add_* method calls on new objects until after saving the object (jeremyevans)

    • โž• Add validate_associated plugin, for validating associated objects when validating the current object (jeremyevans)

    • ๐Ÿ‘‰ Make Postgres::JSONBOp#[] and #get_text return JSONBOp instances (jeremyevans) (#1005)

    • โœ‚ Remove the fdbsql, jdbc/fdbsql, and openbase adapters (jeremyevans)

    • โช Database#transaction now returns block return value if :rollback=>:always is used (jeremyevans)

    • ๐Ÿ‘ Allow postgresql:// connection strings as aliases to postgres://, for compatibility with libpq (jeremyevans) (#1004)

    • ๐Ÿšš Make Model#move_to in the list plugin handle out-of-range targets without raising an exception (jeremyevans) (#1003)

    • Make Database#add_named_conversion_proc on PostgreSQL handle conversion procs for enum types (celsworth) (#1002)