activerecord-jdbc-adapter
activerecord-jdbc-adapter copied to clipboard
JRuby's ActiveRecord adapter using JDBC.
I'm having this issue when doing even a simple query like `User.first` on my development environment. If I create my table with a custom schema: ``` class CreatePartyPartners < ActiveRecord::Migration...
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...
``` prepared_statements: - exec_query: true - exec_insert: false - internal: false ``` ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1346679-ability-for-fine-graimned-prepared_statement-configuration?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).
`ActiveRecord::Base.connection.execute 'SELECT ...'` returns : `#` ( first is the row itself: `["abcxyz"]` ) while ArJdbc returns a Hash for each row: `[{"title"=>"abcxyz"}]` same with PostgreSQL's `PG::Result` returned from `execute`...
We are able to run a single test using for example: ``` rake test_derby TEST=test/db/derby/simple_test.rb TESTOPTS="--name=/test_count_with_limit/" ``` This also works in an IDE like Rubymine. However running a single test...
... since multi-hosts might be used for replication/loadbalancing (besides fail-over). so that users do not have to specify the full jdbc syntax we should introduce : ``` yaml adapter: mysql...
I am moving my rails 4.2 from Sqlite3 to MS Sql Server 2008 and I ran into this problem: ``` CollectiveIdea::Acts::NestedSet::Model::Transactable::OpenTransactionsIsNotZero: ActiveRecord::JDBCError: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ')' .: SELECT t.id...
This applies to the mssql adapter, rails 4.2.6 When a validation is set on a boolean field (validate :my_boolean_field, uniqueness: true) the boolean parameter in the sql is generated as...
see commented `test_big_decimal` at 7988313974daa826395f81128b84001b9457b650 ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/876456-sqlite3-fails-to-insert-large-decimal-values?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).
https://github.com/SnappyDataInc/snappydata What are the steps to support this derby-like database? Will using the base Jdbc driver work? Here is the jdbc driver. https://github.com/SnappyDataInc/snappydata/releases/download/v0.5/snappydata-store-client-1.5.0.jar ## --- Want to back this issue?...