jruby / activerecord-jdbc-adapter

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

Fix some arjdbc postgres tests to support AR 7.1 #1153

Closed JesseChavez closed 2 months ago

JesseChavez commented 2 months ago

Hi @headius & @enebo

Hopefully we will have postgres arjdbc tests green.

In the next coming days I will look at Rails tests

enebo commented 2 months ago

@JesseChavez Looks like only one test now complaining about Time.zone leaking. That is great though. Local tests are nearly perfect now.