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

* A Sequel::Database#like_without_collate accessor has been added on
  Microsoft SQL Server, which avoids using the COLLATE clause for
  LIKE expressions.  This can speed up query performance significantly.

* A private Sequel::Model::Errors#full_message method has been added
  to make it easier to support internationalization for Sequel::Model
  error messages.

= Other Improvements

* The association reflection tracking in the unused_associations
  plugin now works correctly when combining coverage runs.