activerecord-jdbc-adapter
activerecord-jdbc-adapter copied to clipboard
JRuby's ActiveRecord adapter using JDBC.
Currently, this package appears to be incompatible with Rails 8: ```bash $ jbundle Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Could not find compatible versions Because activerecord-jdbc-adapter = 71.0 could...
When targeting 72-stable I get this: ``` Could not find gem 'activerecord-jdbc-adapter (~> 72.0) jruby' in https://github.com/jruby/activerecord-jdbc-adapter.git (at 72-stable@c56c7b4). The source contains the following gems matching 'activerecord-jdbc-adapter': * activerecord-jdbc-adapter-71.0-java ```...
In my CI workflows targeting HEADs I am unable to test against Rails / ActiveRecord edge on JRuby. # Problem Rails edge has moved on to target the upcoming 8.1...
### Description When using `ActiveRecord::Base.transaction(isolation: :repeatable_read`) with the `activerecord-jdbcpostgresql-adapter`, the adapter emits `SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL REPEATABLE READ`, which changes the isolation level for the entire session,...