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

The parameter validation for prepared statement execution is achieved by each codec when values are encoded by the prepared statement execution: `io.vertx.sqlclient.impl.PreparedStatement#prepare` method. For a given tuple index, the current...

enhancement

Reference: https://vertx.io/docs/apidocs/io/vertx/ext/sql/SQLOptions.html#getTransactionIsolation-- https://vertx.io/docs/apidocs/io/vertx/ext/sql/TransactionIsolation.html

enhancement
help wanted

I'm trying to connect and query to DB2 using vertx-db2-client, but it is not working. I'm using Spring Boot 2.6.6 and vertx-db2-client library to perform query in reactive way. I've...

bug
help wanted
module:db2

I'm wondering how to print out the final SQL statement and result in vertx? It would be great help to debug. or support p6spy? I tried for oracle but it...

enhancement

This is started as [an issue for Quarkus](https://github.com/quarkusio/quarkus/issues/10768). The problem is that when passing a `LocalDateTime` (or some similar type without a timezone) as parameter of an insert query we...

enhancement

### Version 4.3.2 ### Context Our nightly builds run against upcoming Vertx SQL client snapshots, in this case an error occurs in testing with **vertx-db2-client 4.3.2-SNAPSHOT** ### Do you have...

bug

https://github.com/eclipse-vertx/vertx-sql-client/blob/17719e5db4d305ebeb5f0feac40b11277f0bcd90/vertx-sql-client/src/main/java/io/vertx/sqlclient/Pool.java#L186 Should be `withConnection`, not `withTransaction`.

PR #1204 reintroduces support for Db2/z, however 3 of the tests are failing. The failing tests are: testConnectInvalidDatabase testConnectInvalidPassword validateDatabaseMetaData These don't impact Db2/z support, but should be address to...

bug
help wanted
module:db2

[R2DBC](https://r2dbc.io) is an initiative to establish a common SPI for relational database drivers embracing reactive programming properties: Event-oriented, non-blocking, and ideally stream-oriented access to databases. R2DBC is built entirely on...

help wanted

### Version 4.2.4 ### Context I use pgBouncer and postgres in my project and now I´m facing issues when using transaction pooling mode in pgBouncer (https://www.pgbouncer.org/features.html). It seems that PreparedQueries...

bug