vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

High performance reactive SQL Client written in Java

Results 177 vertx-sql-client issues
Sort by recently updated
recently updated
newest added

#### Describe the feature Add new convention method for `Row` to accept `converter`. Introduce 2 converter interfaces, it should be 2-way converter: `JDBC`/`Reactive SQL` User data type. - `DataTypeConverter` for...

enhancement

Right now I am achieving it by passing `sessionVariables=tx_isolation='READ-COMMITTED'` in connection string. It would be great if lib provides a way

enhancement

### Version Which version(s) did you encounter this bug ? 3.9.0 ### Context I tried to configure an idle timeout with PgConnectOptions.fromUri() using ?user=xyz&idleTimeout=60 The code looks like it should...

enhancement

`DB2SecureTest` is failing consistently and prevents the CI to deploy snapshots for other modules. Before its is fixed, it will be disabled.

bug
help wanted
module:db2

Hello, I need to pass a two dimensional Long array to Postgresql. How can I workaround this? Please help me.

help wanted
module:pg

It would be good if we support Multiple Active Result Sets (MARS) which needs support for Session Multiplex Protocol (SMP) so that we could use multiplexed connections.

enhancement
help wanted
module:mssql

Hi @vietj. Is it possible to run a [COPY](https://www.postgresql.org/docs/10/static/sql-copy.html) command through reactive-pg-client? Specifically, to load a CSV of data in what I believe is the most efficient way to load...

help wanted
module:pg

### Questions i want to query some data from db use MySQLPoolImpl,process the data and then return to browser use vertx-web however when i handler the result from querystatemnt ,...

bug

### Version io.vertx:vertx-sql-client io.vertx:vertx-pg-client ### Context I encountered an exception which looks suspicious while use `SQL client` and `reactive PG client` both on `PostgreSQL` `JDBCPool` use `INDEX` param `?` ```...

bug

- Upgrade to Testcontainers 1.15.1, mainly because it contains a fix needed to use Testcontainers on Mac OS - Use prebuilt image for DB2 so we can avoid using a...