Karol Bucek
Karol Bucek
If a patterns contains multiple captures with same name (e.g. due using `(PATTERN1)|(PATTERN2)`) than coercion part does not work as expected. Reproducer: ``` >> grok = LogStash::Filters::Grok.new 'match' => {...
following up on https://github.com/jruby/activerecord-jdbc-adapter/pull/1115 - mostly to make the update benchmark "useful" ... each `update!` operation will now enforce an actual DB `UPDATE ...`, numbers: ### MRI 2.7.5 ``` ---...
## 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...
~ 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)...
``` 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`...
... 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...
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).
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...
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).