vertx-jdbc-client
vertx-jdbc-client copied to clipboard
JDBC support for Vert.x
### Version Vertx 4.3.4, JDBCClient ### Questions Our Oracle-database is setup in the local-timezone "Europe/Vienna" and returns the local-time over JDBC. But within the convertion of the VertX-JDBC the time...
### Questions Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice. ### Version Which version(s) did you...
### Version 4.3.1 (last used version without an issue is 4.1.1) ### Context Looks like changes made in JDBCDecoderImpl break two of jdbc's in our project (HSQL, Clickhouse). In new...
### Questions I want to implement `SELECT * FROM TEST WHERE FIELD IN (?) `, use the ` ... WHERE name IN (#{names}) ` but no data was obtained ```...
Hi! I'm using Vert.x 4.3.0. I asked about this issue on the Vert.x discord but it seems no dev saw it, so I'll report it here: I was trying to...
Current tests fail intermittently on CI due to locks from the embedded DBs to affect the vert.x functionality. We should rewrite the tests to use a different process for the...
### Version This bug is in the tree since 4.2.1, 4.1.1 seems ok. ### Context I just upgrade the JDBC version from 4.1.1 to 4.2.1 I saw that JDBC 4.2.1...
Vertx 4.1.4 and Ms Sql 2016. Based on convo here: https://groups.google.com/g/vertx/c/2iBAmU-xGNE In the deprecated client we are able to use CallableStatment, it seems that in the new client everything is...
### Version 4.0.0 ### Context Application code which worked without issue on 3.9.x leads to a (non-database) deadlock on 4.0.0. This is the scenario: 1. Concurrent requests to the application...
### Version 4.0.0.Beta3 ### Context Originally https://github.com/eclipse-vertx/vertx-sql-client/issues/785 Javadoc says "use getConnection().await()", but there's no `getConnection()` in `SQLClient`. ``` @Deprecated(message = "Instead use getConnection returning a future and chain with await()",...