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

There are a number of tests failing related to geometric types for the postgres adapter. Some fail with prepared statements both on and off, others are one or the other.

rails-5.0
rails-5.1

Currently multi-dimensional arrays are handled incorrectly and end up with weird quoting issues. There are many tests breaking that demonstrate the issues. Linked to: https://github.com/jruby/activerecord-jdbc-adapter/issues/824

postgres
rails-5.0
rails-5.1

This line: ```ruby connection.add_foreign_key :entries, :users, :name => 'entries_user_id_fk' ``` fails with: ```text ActiveRecord::MismatchedForeignKey: Column `user_id` on table `entries` has a type of `int(11)`. This does not match column `id`...

mysql
internal

**NoMethodError: undefined method 'to_sql' for nil:NilClass** The server starts fine and the application is running, I only get the above error while trying to load a particular grid. **Gemfile:** _gem...

mssql
rake

In commit 94849a9b I removed the travis testing of jndi: https://travis-ci.org/jruby/activerecord-jdbc-adapter/jobs/301579152. I don't actually know which db this uses to test against but I think using jndi pooling etc is...

rails-5.0

This will allow for using windows auth via kerberos on linux machines, A work around is to simply specific the path instead of passing the parameters. Some more information: https://docs.microsoft.com/en-us/sql/connect/jdbc/using-kerberos-integrated-authentication-to-connect-to-sql-server...

feature
mssql

## if you're using our master branch (1.4 pre-release) and you do like where it's heading please **[salt the project](https://salt.bountysource.com/teams/arjdbc)**. AR-JDBC **1.4.x** releases aim to finally provide **performance improvements** that...

internal

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

db2
rails-4.2

I am migrating an existing system that is using activerecord-sqlserver-adapter over to activerecord-jdbcmssql-adapter. The legacy database has all uppercase column names and was addressed with using an initializers configuration: ActiveRecord::ConnectionAdapters::SQLServerAdapter.lowercase_schema_reflection...

feature
mssql

When I run `rake db:setup` in a Rails 4 project, I get a "Couldn't create database for..." error. [database.yml](https://gist.github.com/cap10morgan/ac85b8935d9c11e3a2fc) NOTE: I need to use the `adapter: jdbc` syntax because it's...

mysql