Sequel v5.38.0 Release Notes

Release Date: 2020-11-01 // over 3 years ago
    • โœ… Do not add new Database instances to Sequel::DATABASES if the test connection fails (jeremyevans) (#1727)

    • ๐Ÿ‘Œ Support the newer com.mysql.cj.jdbc.Driver in the jdbc/mysql adapter (jeremyevans)

    • Do not swallow disconnect errors in Database#create_or_replace_view or Database#create_table* on Oracle (jeremyevans)

    • ๐Ÿ‘€ Only rescue non-disconnect Sequel::DatabaseErrors in Postgres::Database#server_version (jeremyevans) (#1724)

    • Make the single_table_inheritance and prepared_statements plugins work if loaded into the same class (jeremyevans) (#1721)