jruby / activerecord-jdbc-adapter

JRuby's ActiveRecord adapter using JDBC.
BSD 2-Clause "Simplified" License
462 stars 387 forks source link

Changes to fix many failing tests for MySQL and PostgreSQL #1156

Closed JesseChavez closed 2 months ago

JesseChavez commented 2 months ago

Hi @enebo

Here are more changes to fix many AR tests.

Also, Rails 7.1 introduced and new config to handle strict strings for SQLite which the jdbc driver does not support it.

I open a feature request ticket in their repo. https://github.com/xerial/sqlite-jdbc/issues/1153

enebo commented 2 months ago

@JesseChavez The other thing pending is another issue on sqlite-jdbc asking to remove mandatory dependency for slf4j. That is preventing us to be at the latest version.