Sha256: 7071fe8d742cb46bbf9820e0ee0984159f358b4b0658928741314cc1c9847610

Contents?: true

Size: 1.52 KB

Versions: 73

Compression:

Stored size: 1.52 KB

Contents

= New Features

* The association_pks plugin now creates *_pks_dataset methods for
  each association.  These are similar to the existing *_pks getter
  methods, but they return a dataset of the keys instead of the keys
  themselves.

* The association_pks plugin now supports a :cache_pks association
  option, which will cache calls to the *_pks getter method. The
  default behavior remains that the *_pks getter method only returns
  cached values if the *_pks= setter method has been used to set the
  values.

* The *_pks getter methods supported by the association_pks plugin
  now support a :refresh option to ignore any cached values, similar
  to how the association getter methods work.

= Other Improvements

* If trying to disconnect a server that doesn't exist when using a
  sharded connection pool, a Sequel::Error is now raised.  Previously,
  the sharded threaded pool raised a NoMethodError and the sharded
  single connection pool did not raise an error.

* If using the :savepoint option when savepoints are not supported,
  a Sequel::InvalidOperation exception is now raised, instead of a
  NoMethodError.

* Calling Dataset#eager_graph with no arguments now returns the
  dataset.

* If not connected to the database, the single connection pool will
  not yield any connections to Database#pool.all_connections.

* Forcing a :ruby eager limit strategy for an association without a
  limit or offset now works correctly.

* Multiple unnecessary conditionals have been removed.

* Sequel core and model code now have 100% branch coverage.

Version data entries

73 entries across 62 versions & 2 rubygems

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