Sha256: eb27fcb18eed3e04d7f96bbedab97dc2db70ef25e03791bd1d44f6b146c093c7

Contents?: true

Size: 857 Bytes

Versions: 27

Compression:

Stored size: 857 Bytes

Contents

= New Features

* The date_arithmetic extension now supports arbitrary expressions
  as interval values on PostgreSQL 9.4+.  Previously, only integers
  were supported for the interval values.

= Other Improvements

* Most Kernel#respond_to? calls have been converted to equivalent
  defined? calls for better performance.  defined? is a keyword
  and is about 50% faster for the same behavior.

* The is_distinct_from extension now supports the IS DISTINCT FROM
  syntax natively on SQLite 3.39+, instead of emulating it.

* HAVING without GROUP BY is now supported on SQLite 3.39+.

* Coverage testing has been significantly expanded.  Previously,
  the core, model, plugin, and extension code had 100% line/branch
  coverage.  100% line/branch coverage has been added for the
  core extensions, bin/sequel, and the postgres adapter with the
  pg driver.

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
sequel-5.83.1 doc/release_notes/5.60.0.txt
sequel-5.83.0 doc/release_notes/5.60.0.txt
sequel-5.82.0 doc/release_notes/5.60.0.txt
sequel-5.81.0 doc/release_notes/5.60.0.txt
sequel-5.80.0 doc/release_notes/5.60.0.txt
sequel-5.79.0 doc/release_notes/5.60.0.txt
sequel-5.78.0 doc/release_notes/5.60.0.txt
sequel-5.77.0 doc/release_notes/5.60.0.txt
sequel-5.76.0 doc/release_notes/5.60.0.txt
sequel-5.75.0 doc/release_notes/5.60.0.txt
sequel-5.74.0 doc/release_notes/5.60.0.txt
sequel-5.73.0 doc/release_notes/5.60.0.txt
sequel-5.72.0 doc/release_notes/5.60.0.txt
sequel-5.71.0 doc/release_notes/5.60.0.txt
sequel-5.70.0 doc/release_notes/5.60.0.txt
sequel-5.69.0 doc/release_notes/5.60.0.txt
sequel-5.68.0 doc/release_notes/5.60.0.txt
sequel-5.67.0 doc/release_notes/5.60.0.txt
sequel-5.66.0 doc/release_notes/5.60.0.txt
sequel-5.65.0 doc/release_notes/5.60.0.txt