jruby / activerecord-jdbc-adapter

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

H2 2.0 #1099

Open sharkos opened 2 years ago

sharkos commented 2 years ago

We need support for the 2.x version of H2. jdbc-h2 gem is on 1.4.197. The new version 2.0.206 is out, but has some breaking changes that require refactoring within the 'sequel' ORM. We need an updated gem for jdbc-h2 that supports h2-2.0.x