activerecord-jdbc-adapter icon indicating copy to clipboard operation
activerecord-jdbc-adapter copied to clipboard

JRuby's ActiveRecord adapter using JDBC.

Results 105 activerecord-jdbc-adapter issues
Sort by recently updated
recently updated
newest added

This is transferred from jruby/jruby#3398 by @chuckremes. The original issue seems to be that the jdbc-sqlite3 driver is compiled with a very conservative threading model, which prevents even isolated databases...

sqlite3
performance

Right now the postgres adapter doesn't support pg copy. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28369742-copy-support?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).

postgres

Hi, I post this issue for propose to add PL/SQL support (callable statements) to activerecord-jdbc-adapter. I wrote a plugin to add this functionality to your project. You can found it...

feature

e.g. `BIT(2)` or `BIT VARYING` types due missing support on the JDBC side ... some (old but related) discussion [here](http://postgresql.1045698.n5.nabble.com/bit-datatype-and-getObject-td3277597.html) and [here](http://postgresql.1045698.n5.nabble.com/Why-is-bool-java-sql-Types-BIT-td2169629.html) ## --- Want to back this issue? **[Post...

rails-4.x
postgres

for PostgreSQL https://github.com/impossibl/pgjdbc-ng # you can support this feature at [BountySource](https://www.bountysource.com/issues/5410565-support-for-pgjdbc-ng-driver) ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5410565-support-for-pgjdbc-ng-driver?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).

feature

I'm writing as I've been having serious issues maintaining connections to an azure sql database. I'm running a rails app that uses the activerecord-jdbcmssql-adapter to connect to an azure sql...

mssql
needs-input

Hi, I'm running a rails app with JRuby 9.0.5.0 Rails 4.2.5.1 MSSQL Server 2008 In activerecord-jdbc-adapter 1.3.19 and on master I get an error, when i use to_sql on a...

mssql
rails-4.2

Attempting to use jdbcmssql with JRuby/Redmine. Generated query: ``` SELECT t.* FROM ( SELECT ROW_NUMBER() OVER(ORDER BY t.id DESC) AS _row_num, t.* FROM (SELECT DISTINCT [journals].id, journals.id FROM [journals] LEFT...

mssql

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...

db2

since Rails 4.1 it will be used by AR itself ... https://github.com/rails/rails/commit/69072353bd16c490832e6417b7a2b61a66ecd5dd there's a work-around for `jdbc:` URLs but still might need to rethink this one (without a clash). ##...

rails-4.x
feature