-
**Environment Information**
* JRuby version 9.4.2.0(3.1.0)
* RedHat 8.4(CentOs 8), openjdk version "17.0.5" 2022-10-18 LTS
* Gem: activerecord-jdbc-adapter-70.0-java, activerecord (7.0.5)
* Two …
-
~ as on AR **< 4.2** ... still aggregate generate something else (an invalid) :
```
Error: test: should handle pagination with ordering even when order column is not returned(DB2LimitOffsetTest)
A…
kares updated
7 years ago
-
Rails 7 needs both Ruby 2.7.x (blocked by current JRuby 9.3.4.0 with Ruby 2.6.8 compat) and a Rails 7 compatible release available for [the `activerecord-jdbc-adapter` gem](https://github.com/jruby/ac…
-
I get this error when running a migration that does a bit of ETL with ~30k records. I don't know if this issue belongs here of with the java jdbc.
![image](https://user-images.githubusercontent.co…
-
Every since we updated activerecord-jdbc-adapter to **50.0** we are seeing JDBC error on our STDOUT.
> Mar 28, 2018 7:21:16 AM org.postgresql.Driver connect
> SEVERE: Connection error:
> org.po…
-
I am trying to use the composite_primary_keys gem with arjdbc and db2. We had been working w/ oracle using oracle-enhanced-adapter and cpk gem, but now have to switch to DB2 (don't ask).
The problem …
-
`wrong number of arguments (given 4, expected 1..3)` is the general response for every combination of drivers I've attempted. I happy to keep digging, but it seems as lost cause, which is why I ask "…
-
Hi,
I'm on a legacy Oracle database and need to insert into views which have an insert trigger to handle it. This doesn't seem to be possible since 1.3.x due to the fact that the RubyJdbcConnection f…
andfx updated
7 years ago
-
activerecord 4.2.11.1
activerecord-jdbc-adapter 1.3.25
activerecord-jdbcpostgresql-adapter 1.3.25
jdbc-postgres 9.4.1206
The following method call returns a Date when using **ruby 2.3.3** but re…
-
It appears that activerecord-jdbcmysql-adapter is reading timestamps incorrectly. It is converting them to the local timezone and then interpreting them as a UTC time instead of keeping them in a UTC …