File: 5.28.0.txt

package info (click to toggle)
ruby-sequel 5.63.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,408 kB
  • sloc: ruby: 113,747; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= 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.