Sha256: bd03545faad8fd7a467b37acc7973ed5254329159076ec277a640149e5593b31

Contents?: true

Size: 726 Bytes

Versions: 83

Compression:

Stored size: 726 Bytes

Contents

= New Features

* Sequel::DEFAULT has been added a constant for the DEFAULT expression,
  useful in inserts and especially updates:

    DB[:a].where(:id=>1).update(:b=>Sequel::DEFAULT)
    # UPDATE "a" SET "b" = DEFAULT WHERE "id" = 1

* SQL::Function#filter for filtered aggregate functions is now
  supported on all databases.  On databases not supporting it natively
  (all except PostgreSQL 9.4+ and SQLite 3.30+), a CASE statement is
  used to emulate the support.

= Other Improvements

* NULLS FIRST/LAST is now used without emulation on SQLite 3.30+.

* The pg_enum extension now works correctly on PostgreSQL 8.3-9.0.

* Postgres::ArrayOp#join in the pg_array_ops extension now works
  correctly on PostgreSQL <9.1.

Version data entries

83 entries across 71 versions & 2 rubygems

Version Path
sequel-5.83.1 doc/release_notes/5.27.0.txt
sequel-5.83.0 doc/release_notes/5.27.0.txt
sequel-5.82.0 doc/release_notes/5.27.0.txt
sequel-5.81.0 doc/release_notes/5.27.0.txt
sequel-5.80.0 doc/release_notes/5.27.0.txt
sequel-5.79.0 doc/release_notes/5.27.0.txt
sequel-5.78.0 doc/release_notes/5.27.0.txt
sequel-5.77.0 doc/release_notes/5.27.0.txt
sequel-5.76.0 doc/release_notes/5.27.0.txt
sequel-5.75.0 doc/release_notes/5.27.0.txt
sequel-5.74.0 doc/release_notes/5.27.0.txt
sequel-5.73.0 doc/release_notes/5.27.0.txt
sequel-5.72.0 doc/release_notes/5.27.0.txt
sequel-5.71.0 doc/release_notes/5.27.0.txt
sequel-5.70.0 doc/release_notes/5.27.0.txt
sequel-5.69.0 doc/release_notes/5.27.0.txt
sequel-5.68.0 doc/release_notes/5.27.0.txt
sequel-5.67.0 doc/release_notes/5.27.0.txt
sequel-5.66.0 doc/release_notes/5.27.0.txt
sequel-5.65.0 doc/release_notes/5.27.0.txt