vertx-sql-client
vertx-sql-client copied to clipboard
High performance reactive SQL Client written in Java
#### 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...
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
### 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...
`DB2SecureTest` is failing consistently and prevents the CI to deploy snapshots for other modules. Before its is fixed, it will be disabled.
Hello, I need to pass a two dimensional Long array to Postgresql. How can I workaround this? Please help me.
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.
COPY command
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...
### 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 ,...
### 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 `?` ```...
- 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...