Sequel v4.31.0 Release Notes

Release Date: 2016-02-01 // about 8 years ago
    • Convert types in association_pks setters before saving them, instead of just before running queries (jeremyevans)

    • โ†ช Use getField and getOID instead of field and oid in the jdbc/postgresql adapter to work around JRuby 9.0.5.0 regression (jeremyevans) (#1137)

    • ๐Ÿ‘Œ Support using PostgreSQL-specific types in bound variables in the jdbc/postgresql adapter (jeremyevans)

    • โž• Add support for running with --enable-frozen-string-literal on ruby 2.3 (jeremyevans)

    • ๐Ÿ‘‰ Make Database#disconnect in the oracle adapter work correctly on newer versions of oci8 (jeremyevans)

    • ๐Ÿ‘Œ Support parsing PostgreSQL arrays with explicit bounds (jeremyevans) (#1131)

    • Raise an error if attempting to use a migration file not containing a single migration (jeremyevans) (#1127)

    • Automatically set referenced key for self referential foriegn key constraint for simple non-autoincrementing primary key on MySQL (jeremyevans) (#1126)