Sha256: 056b4a20e84eca913e9828b850ba779a087ffa8cf831249a20e8e0c479832fbf

Contents?: true

Size: 1.06 KB

Versions: 68

Compression:

Stored size: 1.06 KB

Contents

= New Features

* The jdbc/mysql adapter now supports the newer
  com.mysql.cj.jdbc.Driver driver.  The adapter will still attempt to
  load the older com.mysql.jdbc.Driver if the com.mysql.cj.jdbc.Driver
  is not found.

= Other Improvements

* When testing a connection after creating a new Database instance
  raises an exception, the Database instance is removed from
  Sequel::DATABASES.

* The single_table_inheritance and prepared_statements plugins now
  work correctly if loaded into the same class.

* Database connect and disconnect errors are no longer swallowed when
  calling Database#create_or_replace_view, Database#server_version
  on PostgreSQL, or Database#create_table* on Oracle.

= Backwards Compatibility

* Previously, instantiating a new Database instance directly using
  Sequel::Database.new did not test the connection by default.  That
  was instead handled by Sequel::Database.connect.  The test
  connection now happens inside Database#initialize.  This should only
  affect backwards compatibility for code that is calling
  Sequel::Database.new directly.

Version data entries

68 entries across 57 versions & 2 rubygems

Version Path
sequel-5.64.0 doc/release_notes/5.38.0.txt
sequel-5.63.0 doc/release_notes/5.38.0.txt
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/sequel-5.62.0/doc/release_notes/5.38.0.txt
sequel-5.62.0 doc/release_notes/5.38.0.txt
sequel-5.61.0 doc/release_notes/5.38.0.txt
sequel-5.60.1 doc/release_notes/5.38.0.txt
sequel-5.60.0 doc/release_notes/5.38.0.txt
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/sequel-5.59.0/doc/release_notes/5.38.0.txt
sequel-5.59.0 doc/release_notes/5.38.0.txt
sequel-5.58.0 doc/release_notes/5.38.0.txt
sequel-5.57.0 doc/release_notes/5.38.0.txt
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/sequel-5.56.0/doc/release_notes/5.38.0.txt
sequel-5.56.0 doc/release_notes/5.38.0.txt
sequel-5.55.0 doc/release_notes/5.38.0.txt
sequel-5.54.0 doc/release_notes/5.38.0.txt
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/sequel-5.53.0/doc/release_notes/5.38.0.txt
sequel-5.53.0 doc/release_notes/5.38.0.txt
sequel-5.52.0 doc/release_notes/5.38.0.txt
sequel-5.51.0 doc/release_notes/5.38.0.txt
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/sequel-5.50.0/doc/release_notes/5.38.0.txt