Sha256: 0896ff36da3a5aca26741ab15631a4e48d8ce93bd2625b3097c25b4f2701f32e

Contents?: true

Size: 1.49 KB

Versions: 103

Compression:

Stored size: 1.49 KB

Contents

= New Features

* The swift adapter now supports an SQLite subadapter.  Use the
  :db_type => 'sqlite' option when connecting.  You can use an
  in memory database with the following connection string:
  
    swift:///?database=:memory:&db_type=sqlite

* Arbitrary JDBC properties can now be set in the JDBC adapter
  using the :jdbc_properties option when connecting.  The value
  of this option should be a hash where keys and values are JDBC
  property keys and values.
  
* Basic Microsoft Access support was added to the ado adapter.
  The creation of autoincrementing primary key integers now works,
  and identifiers are now quoted with [].

* The Database#indexes method now supports a :partial option when
  connecting to MySQL, which makes it include partial indexes (which
  are usually excluded).

= Other Improvements

* The class_table_inheritance plugin now handles subclass
  associations better.  Previously, the implicit eager loading code
  had issues when you called an association method that only existed
  in the subclass.

* The error message used when a validates_max_length validation is
  applied to a nil column value has been improved.  You can override
  the message yourself using the :nil_message option.
  
* The read_timeout and connect_timeout options now work correctly in
  the mysql adapter.

* Another MySQL disconnect error message is now recognized.

= Backwards Compatibility

* The swift adapter was upgraded to support swift 0.8.1.  Older
  versions of swift are no longer supported.

Version data entries

103 entries across 99 versions & 3 rubygems

Version Path
tdiary-5.0.8 vendor/bundle/gems/sequel-5.6.0/doc/release_notes/3.20.0.txt
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/sequel-5.3.0/doc/release_notes/3.20.0.txt
tdiary-5.0.8 vendor/bundle/ruby/2.5.0/gems/sequel-5.6.0/doc/release_notes/3.20.0.txt
sequel-5.6.0 doc/release_notes/3.20.0.txt
sequel-5.5.0 doc/release_notes/3.20.0.txt
sequel-5.4.0 doc/release_notes/3.20.0.txt
tdiary-5.0.7 vendor/bundle/gems/sequel-5.3.0/doc/release_notes/3.20.0.txt
sequel-5.3.0 doc/release_notes/3.20.0.txt
sequel-5.2.0 doc/release_notes/3.20.0.txt
sequel-5.1.0 doc/release_notes/3.20.0.txt
tdiary-5.0.6 vendor/bundle/gems/sequel-5.0.0/doc/release_notes/3.20.0.txt
sequel-5.0.0 doc/release_notes/3.20.0.txt
sequel-4.49.0 doc/release_notes/3.20.0.txt
sequel-4.48.0 doc/release_notes/3.20.0.txt
tdiary-5.0.5 vendor/bundle/gems/sequel-4.44.0/doc/release_notes/3.20.0.txt
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/sequel-4.44.0/doc/release_notes/3.20.0.txt
tdiary-5.0.5 vendor/bundle/gems/sequel-4.47.0/doc/release_notes/3.20.0.txt
sequel-4.47.0 doc/release_notes/3.20.0.txt
sequel-4.46.0 doc/release_notes/3.20.0.txt
sequel-4.45.0 doc/release_notes/3.20.0.txt