Sha256: 9aeb52cc70f330d8740288a3c34480b6da3880bf8272f23239e965b7473fe00f

Contents?: true

Size: 1015 Bytes

Versions: 97

Compression:

Stored size: 1015 Bytes

Contents

= New Features

* Database#call_mssql_sproc is now available for calling
  stored procedures on Microsoft SQL Server, including the use
  of output parameters.

* The Database#{commit,rollback}_prepared_transaction methods now
  support a :server option for the server on which to operate.

= Other Improvements

* On Microsoft SQL Server 2012, the native OFFSET/FETCH support
  is now used for offsets, instead of emulating support via the
  ROW_NUMBER window function.

* Eager loading is now skipped when doing eager(...).naked.all on
  a model dataset, instead of raising an error.  This can fix issues
  when the eager_each plugin is used.

* A couple additional disconnection errors are now detected in the
  jdbc/postgresql adapter.

* The tinytds adapter now handles returning rows when the fields
  are not immediately available.

* RuntimeErrors raised by oci8 are now handled correctly in the
  oracle adapter.

* Sequel's specs now work with RSpec 3, while still running
  correctly on RSpec 1.3 and 2.

Version data entries

97 entries across 91 versions & 3 rubygems

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