Sha256: c4ade92541887c7bf93e18fdb2b1f5940d7fae6bf6d982ba2a75b7f391f73aa8

Contents?: true

Size: 868 Bytes

Versions: 34

Compression:

Stored size: 868 Bytes

Contents

= New Features

* An auto_restrict_eager_graph plugin has been added for automatically
  disallowing the use of eager_graph with associations using blocks but
  lacking graph_* options.  This can prevent potentionally invalid usage,
  as the restrictions added by the block are not used by eager_graph.

* The sqlite adapter now supports the :setup_regexp_function
  Database option. This option will define a REGEXP function in the
  database that will allow regexp support in queries, such as:

    DB[:table].where(column: /(some|pattern)/)

  Note that this creates a Ruby Regexp object per column value tested,
  so it isn't the most optimal approach. 

= Other Improvements

* Calling dataset aggregate methods such as #max on a model dataset now
  works correctly. Previously, it could fail if called enough times to
  optimize using a placeholder literalizer.

Version data entries

34 entries across 34 versions & 2 rubygems

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