activerecord-jdbc-adapter
activerecord-jdbc-adapter copied to clipboard
JRuby's ActiveRecord adapter using JDBC.
``` rails 6.1.4.1 activerecord-jdbcpostgresql-adapter (61.1-java) activerecord-jdbc-adapter (61.1-java) jdbc-postgres (42.2.14) ``` `jruby 9.2.19.0` on `openjdk8` ``` application.rb config.time_zone = "UTC" ``` ```sql Table "public.foobars" Column | Type | Collation | Nullable...
I built an open-source JRuby 9.3.4.0 app, called [Contact Manager](https://github.com/AndyObtiva/contact_manager), using activerecord-jdbcsqlite3-adapter v61.1 and activerecord v6.1.6, and I get an error every time I run it on a Mac ARM64...
following up on https://github.com/jruby/activerecord-jdbc-adapter/pull/1115 - mostly to make the update benchmark "useful" ... each `update!` operation will now enforce an actual DB `UPDATE ...`, numbers: ### MRI 2.7.5 ``` ---...
``` % uname -a Darwin Andys-Lexop-MacBook-Pro.local 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:47:26 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T8101 arm64 ``` When running `rails s` from a rails 6.1.5 created app...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.1.4 to 42.3.3. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...
AR-JDBC's version used: `52.1` version of Rails / ActiveRecord you're running with: `5.2.1` JRuby version (you might include your Java version as well) - jruby -v `jruby-9.2.0.0` A way to...
Trying to use ActiveRecord with Postgres on JRuby 9.3.3.0, java 16.0.2, activerecord 6.1.4.6, activerecord-jdbc-adapter 61.1 java on Mac Catalina 10.15.7, with the Postgres server running. Tried to follow the instructions...
Fixes #1086. I'm not sure if changing stringtype is a good idea, but tests pass. I am now testing these changes in our projects. I think that standard Rails with...
### Background An error that encouraged a report raised while running a test including the `activerecord-jdbc-adapter` on a GitHub Actions CI. * AR-JDBC's version used (if you've tested against master...
I'm getting the following error after upgrading from jdbc-mysql from the 5.1.* series to 8.0.20: `ActiveRecord::JDBCError: HOUR_OF_DAY: 2 -> 3` It looks like its due to upgrading Connector/J from the...