Sequel 5.100.0 Released #2346
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sequel 5.100.0 has been released! This is Sequel's first release with a three digit minor version.
New Features
A single_statement_dataset_destroy plugin has been added. This
plugin will run the before_destroy hooks for all instances, then run
a DELETE statement on the dataset, then run the after_destroy hooks
for all instances. However, this optimized form will not be used if
the model uses a custom around_destroy hook.
The set_column_type schema modification method now supports a
:collate option on PostgreSQL 9.1+ and MySQL.
Other Improvements
The unused_associations plugin no longer reports associations with
the :is_used option as unused. Previously, the :is_used option only
disabled changes by the :modify_associations plugin option.
Postgres::PGRange#to_s is now an alias of #inspect, so it also uses
the friendly inspect output added in 5.97.0.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions