Thomas E Enebo
Thomas E Enebo
@simi That's ok. Sorry I meant to reply to this a few days ago and it got lost in the tabs
The base problem is: ```ruby module Foo end Foo.module_eval { @@a = 1 } ``` This should raise in Ruby 3.1.x. I will try and get new releases out for...
@mohamedhafez @Confusion Sorry this got lost :frowning_face: I will get a version up soon but I realized at some point we accidentally removed a non-deprecated method which arjdbc relies on....
61.3 has been released. If there is any other problem we will try and get the turnaround much quicker
@janko are you sure 70.2 is not working? https://rubygems.org/gems/activerecord-jdbc-adapter/versions/70.2-java I had released that at the same time and it should have gotten the same fix. I wasn't planning on updating...
@janko I am adding a couple of commits for 60 so I will put something out this morning. It looks like we are also still using starts_with? which I think...
@janko I take that back. There are other odd issues popping up. I am afraid to put something new out now. Something got deprecated and I can see someone changed...
@janko mysql2? Really? Can you attach a gist. I only changed the cvar thing for sqlite3 and did not know we had that problem in mysql. Perhaps we addressed it...
@janko ok interesting this on 60-stable is already fixed for mysql: ````ruby ee5562663 (Thomas E. Enebo 2024-02-21 10:03:30 -0500 125) MYSQL_ENCODINGS = ``` LOL. I do not remember doing this....
Ah so sad...We even run sequel in our CI. We will fix it.