Sha256: f148e322be72d8f1a622adf48ef7d0a31e57c4fc546b641fdd97c2ced4366026

Contents?: true

Size: 975 Bytes

Versions: 19

Compression:

Stored size: 975 Bytes

Contents

= Improvements

* Dataset#empty? now correctly handles datasets using custom SQL or
  Dataset#values where the first value in the first row is NULL.

* Dataset#count without an argument or block now works correctly on
  Microsoft SQL Server when using custom SQL that uses ORDER BY.

* Dataset#count now works correctly for datasets using Dataset#values.

* Sequel now recognizes an additional SQLite constraint violation
  error that occurs with recent versions of amalgalite.

* Dataset#values will now raise an exception when called with an empty
  array. Previously, an exception would not be raised until the query
  was sent to the database.

= Backwards Compatibility

* The changes to make Dataset#empty? and #count work with custom SQL
  on Microsoft SQL Server now result in running the custom SQL, which
  could result in worse performance than in previous versions. You can
  wrap such datasets with Dataset#from_self manually to restore the
  previous behavior.

Version data entries

19 entries across 19 versions & 1 rubygems

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