Sha256: cf1660df3144cd6f93c8f172fedb5bc987365d3f6e4485473be3da3ca9bec5e3

Contents?: true

Size: 1.67 KB

Versions: 101

Compression:

Stored size: 1.67 KB

Contents

= New Features

* A :qualify_tables option has been added to the
  class_table_inheritance plugin, which will automatically qualify
  subclass tables with the same qualifier as the superclass table
  if the superclass table is qualified.

* Model#save_validation_on_next_save! has been added, which skips all
  validation on the next save to the object, including the running
  of validation related hooks.  This method is designed for use only
  when Model#valid? is called on the object before saving, to avoid
  running validations on the object twice.  This method takes
  precedence even over an explicit validate: true option passed to
  Model#save, and as such should be used with care.

* The postgres adapter now supports a :conn_str Database option to
  use a PostgreSQL connection string (e.g. "host=foo port=2442") when
  connecting.  This option has preference over other connection
  related options if it is present.

= Other Improvements

* If a foreign key for a model object is changed from a nil value to
  a non-nil value, any cached associated objects related to the
  foreign key are no longer removed.  Such associated objects could
  only be set manually, and if they have been set manually, it is
  probably not a good idea to remove them automatically.

* When using the nested_attributes plugin, new *_to_many associated
  objects are not validated twice when saving.

* The default table alias when using the class_table_inheritance
  plugin now correctly handles qualified tables.

* A theoretical thread safety issue when assigning connections
  in the threaded connection pools has been fixed.

* Renaming columns is now supported without emulation when using
  SQLite 3.25+.

Version data entries

101 entries across 87 versions & 2 rubygems

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