File: 4.6.0.txt

package info (click to toggle)
ruby-sequel 5.63.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,408 kB
  • sloc: ruby: 113,747; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,015 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
= 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.