activerecord-jdbc-adapter
activerecord-jdbc-adapter copied to clipboard
JRuby's ActiveRecord adapter using JDBC.
if doable http://stackoverflow.com/questions/22100728/rails-query-slow-but-fast-in-pgadmin ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1437224-improve-ar-timestamp-column-date-time-parsing?utm_campaign=plugin&utm_content=tracker%2F136963&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136963&utm_medium=issues&utm_source=github).
Tested on: PostgreSQL: 9.1.12 activerecord-jdbcpostgresql-adapter: 1.3.5, 1.3.6, master jdbc-postgres: 9.3.1100, 9.3.1101 rails: 4.0.1 jruby: 1.7.10 The JDBC adapter is significantly slower than the postgres adapter in MRI. It seems that...
Hello, I'm using Composite Primary Keys with Rails 3, Oracle and jruby / activerecord-jdbc-adapter. ActiveRecord-JDBC-Adapter overrides arel_attributes_values (quoted_primary_key.rb), but this change isn't working with cpk. Is this a cpk or...
Hi there, I'm hoping to bump postgresql to 42.2.26 to mitigate new security vulnerabilities. Building on: https://github.com/jruby/activerecord-jdbc-adapter/pull/1102 Downloads here: https://jdbc.postgresql.org/download/ Hashes as follows: ``` $ sha256sum postgresql-42.2.26.jar 98827b8e2b43a0ae603b52b3ec9e3cb5031e0afdc6401f868b6daee658712443 postgresql-42.2.26.jar $...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.1.4 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...
For M1 support, as per https://stackoverflow.com/questions/70048681/java-sql-sqlexception-error-opening-connection. Not sure what this upgrade involves, but this does get things going on my machine. Fixes #1118.
activerecord-jdbc-adapter 70.1 jRuby 9.4.5.0 Rails (ActiveRecord) 7.1.3.2 All attempts to connect to a MySQL db fails with `ArgumentError: wrong number of arguments (given 4, expected 1..3)`. Possibly related to an...
Somewhere between Ruby 2.7 and Ruby 3.1 top-level cvars are not allowed any more. I changed this to be a constant since I do not see any harm eagerly defining...
I have noticed a large performance regression between Rails 4.2 and 6.1 when quickly checking out a large number of connections. https://github.com/skunkworker/jruby_activerecord_checkout_regression The included benchmark creates connection pools, randomly selects...
I saw similar issues, but `sqlite3` adapter seems to not be updated for years. JRuby 9.4.3.0, ActiveRecord 7.0.7, `activerecord-jdbcsqlite3-adapter` 70.1. ``` ArgumentError: wrong number of arguments (given 4, expected 1..3)...