Sequel v4.37.0 Release Notes

Release Date: 2016-08-01 // over 7 years ago
    • โž• Add support for regular expression matching on Oracle 10g+ using REGEXP_LIKE (johndcaldwell) (#1221)

    • Recognize an additional disconnect error in the postgres adapter (jeremyevans)

    • ๐Ÿšš Make connection pool remove connections for disconnect errors not raised as DatabaseDisconnectError (jeremyevans)

    • ๐Ÿ‘Œ Support mysql2 0.4+ native prepared statements and bound variables (jeremyevans)

    • โž• Add Database#values for VALUES support on SQLite 3.8.3+ (jeremyevans)

    • ๐Ÿ‘Œ Support create_view :columns option on SQLite 3.9.0+ (jeremyevans)

    • Make migration reverser handle alter_table add_constraint using a hash as the first argument (soupmatt) (#1215)

    • ๐Ÿ‘‰ Make ASTTransformer handle Sequel.extract (jeremyevans) (#1213)