Sha256: b5545c8b2f6dbca07bf8f80038c86120a504e8995232b984e8aed6c947f0ff7b

Contents?: true

Size: 1 KB

Versions: 60

Compression:

Stored size: 1 KB

Contents

= New Features

* The validation methods added by the validation_helpers plugin now
  support the :skip_invalid option, which will not add a validation
  error on a column if it already has a validation error.  This can
  be useful if you want to avoid having duplicate errors.

* The auto_validations plugin now supports a :skip_invalid plugin
  option, which will pass the :skip_invalid option when calling
  validation methods.

= Other Improvements

* The :adder, :remover, and :clearer association options now
  support keyword arguments in Ruby 2.7+.

* In the pg_interval extension, Sequel now uses the same number of
  seconds per month and seconds per year as active_support.  It
  originally used the same number, but active_support changed the
  values in active_support 5.1.  Sequel now uses the active_support
  values if they are available.

* When adding a String column on PostgreSQL, an explicit text: true
  option now takes precedence over an explicit :size option, as it
  does in Sequel's default behavior.

Version data entries

60 entries across 53 versions & 2 rubygems

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