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
sequel-5.3.0 doc/release_notes/4.5.0.txt
sequel-5.2.0 doc/release_notes/4.5.0.txt
sequel-5.1.0 doc/release_notes/4.5.0.txt
tdiary-5.0.6 vendor/bundle/gems/sequel-5.0.0/doc/release_notes/4.5.0.txt
sequel-5.0.0 doc/release_notes/4.5.0.txt
sequel-4.49.0 doc/release_notes/4.5.0.txt
sequel-4.48.0 doc/release_notes/4.5.0.txt
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/sequel-4.44.0/doc/release_notes/4.5.0.txt
tdiary-5.0.5 vendor/bundle/gems/sequel-4.44.0/doc/release_notes/4.5.0.txt
tdiary-5.0.5 vendor/bundle/gems/sequel-4.47.0/doc/release_notes/4.5.0.txt
sequel-4.47.0 doc/release_notes/4.5.0.txt
sequel-4.46.0 doc/release_notes/4.5.0.txt
sequel-4.45.0 doc/release_notes/4.5.0.txt
tdiary-5.0.4 vendor/bundle/gems/sequel-4.44.0/doc/release_notes/4.5.0.txt
sequel-4.44.0 doc/release_notes/4.5.0.txt
sequel-4.43.0 doc/release_notes/4.5.0.txt
sequel-4.42.1 doc/release_notes/4.5.0.txt
sequel-4.42.0 doc/release_notes/4.5.0.txt
sequel-4.41.0 doc/release_notes/4.5.0.txt
sequel-4.40.0 doc/release_notes/4.5.0.txt