File: 5.39.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 (19 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= New Features

* On Microsoft SQL Server, the :clustered option is now supported
  for primary key and unique constraints.  You can use a true value
  for CLUSTERED and a false value for NONCLUSTERED.

= Other Improvements

* Partitioned tables are now included in the result of
  Database#tables on PostgreSQL.

* alter_table set_column_allow_null no longer drops the size of
  binary columns on Microsoft SQL Server.

* In the tree plugin, the roots_dataset method now works correctly
  with queries using joins by qualifying the parent column.

* A fork safety guide has been added, discussing fork safety issues
  when using Sequel.