Sequel 5.28.0 has been released!

= New Features

* An any_not_empty extension has been added, for making Dataset#any?
  without a block be the same as !empty?.  This can result in a
  much faster database query.

* An exclude_or_null extension has been added, adding a
  Dataset#exclude_or_null method that returns rows where the given
  expression is false or NULL.  This extension is supported on
  PostgreSQL, SQLite, MySQL, H2, and HSQLDB.

= Other Improvements

* When using the jdbc/postgresql adapter, calling with_fetch_size
  on a dataset will emit a warning.  This is because the driver
  will ignore the setting.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/1de15814-4e55-4411-92e9-67f6d9d3f589%40googlegroups.com.

Reply via email to