Sha256: f7b2d36e10fd56705df3022a786365b79c5d61c59171668da1a969a6983b4f41

Contents?: true

Size: 1.17 KB

Versions: 98

Compression:

Stored size: 1.17 KB

Contents

= New Features

* An mssql_optimistic_locking plugin has been added.  This is similar
  to the regular optimistic_locking plugin, but instead of using an
  integer lock column, it uses a timestamp/rowversion lock column.

* Database#create_table with the :temp=>true option on PostgreSQL now
  supports an :on_commit option.  This option can be set to :drop or
  :delete_rows to either drop or empty the temporary table on
  transaction commit.

= Other Improvements

* Dataset#insert no longer errors on PostgreSQL if the related table
  is a placeholder literal string.

* Unique constraints are now copied when emulating alter_table
  operations on SQLite.

* Clob column values are no longer returned as SQL::Blob instances
  by the db2 and ibmdb adapters unless use_clob_as_blob is true.

* SQL::Blob objects now work correctly as prepared statement
  arguments in the jdbc/db2 adapter if use_clob_as_blob is false.

= Backwards Compatibility

* The Model.primary_key array for models with composite keys is now
  frozen.

* On DB2, use_clob_as_blob now defaults to false instead of true.

* Sequel no longer uses RubyForge. The Sequel website is now located
  at http://sequel.jeremyevans.net.

Version data entries

98 entries across 92 versions & 3 rubygems

Version Path
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/doc/release_notes/4.5.0.txt
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/sequel-5.29.0/doc/release_notes/4.5.0.txt
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/doc/release_notes/4.5.0.txt
sequel-5.29.0 doc/release_notes/4.5.0.txt
sequel-5.28.0 doc/release_notes/4.5.0.txt
sequel-5.27.0 doc/release_notes/4.5.0.txt
tdiary-5.1.0 vendor/bundle/gems/sequel-5.26.0/doc/release_notes/4.5.0.txt
sequel-5.26.0 doc/release_notes/4.5.0.txt
sequel-5.25.0 doc/release_notes/4.5.0.txt
sequel-5.24.0 doc/release_notes/4.5.0.txt
sequel-5.23.0 doc/release_notes/4.5.0.txt
sequel-5.22.0 doc/release_notes/4.5.0.txt
sequel-5.21.0 doc/release_notes/4.5.0.txt
sequel-5.20.0 doc/release_notes/4.5.0.txt
tdiary-5.0.13 vendor/bundle/gems/sequel-5.18.0/doc/release_notes/4.5.0.txt
sequel-5.19.0 doc/release_notes/4.5.0.txt
tdiary-5.0.12.1 vendor/bundle/gems/sequel-5.18.0/doc/release_notes/4.5.0.txt
sequel-5.18.0 doc/release_notes/4.5.0.txt
sequel-5.17.0 doc/release_notes/4.5.0.txt
sequel-5.16.0 doc/release_notes/4.5.0.txt