Sha256: 3e94c8475c6597b1828fe54502b943bd3fa7a45b1db5c97c2bac6089d56e3513

Contents?: true

Size: 1004 Bytes

Versions: 122

Compression:

Stored size: 1004 Bytes

Contents

= Improvements

* Database#copy_into in the jdbc/postgresql adapter now works
  correctly when using multibyte characters in strings.

* The alter_table add_foreign_key method is now reversible when the
  :foreign_key_constraint_name option is used.

* The jdbc/h2 and jdbc/hsqldb adapters now respect the
  :foreign_key_constraint_name option.

* Calling Model.freeze on an already frozen model no longer raises
  an error.

* An unnecessary database query is now avoided when loading the
  pg_inet extension when the pg_array extension is already loaded.

* A better exception message is now used when migrating with an
  empty migration directory.

= Backwards Compatibility

* Model.allowed_columns has been removed. Use the whitelist_security
  plugin if you want to call it.

* Model use_after_commit_rollback class and instance accessors have
  been removed.

* Support for the Model#_before_validation method has been removed.

* The private Model.plugin_module_defined? method has been removed.

Version data entries

122 entries across 105 versions & 2 rubygems

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