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

Are you planning to add "native returning" for PostgreSQL?

enhancement

### Version 3.9.5 ### Context I encountered an exception which looks suspicious while trying to reproduce examples from db2 client documentation(https://vertx.io/docs/3.9.5/vertx-db2-client/java/#_prepared_queries). ### Do you have a reproducer? * https://github.com/fedinskiy/reproducer/tree/c8ae9bcca60a01b78025b5602fbc59c0085b2f82 To...

invalid

Motivation: Provide an API for customizing encoding/decoing row values of different data types, this is only a POC work and I only made a small experiment with MySQL yet. related...

Since the Jdbc Client should be replaced with the Sql Client, there should an equivalent for SQLconnection.callWithParams for In and Out Parameters. Thx

enhancement

### Questions I try to use the postgresql client to insert some data to my db, but something unexcepted occured. This is the code where I have the problem: ~~~kotlin...

bug

#### Describe the feature It would be nice to see what exception caused the rollback instead of passing `Future.failedFuture("Rollback exception")` here, which also gives us a `NoStackTraceException`. ```java private Handler...

enhancement

Fixes a confusing scenario that a user reported here: https://github.com/quarkusio/quarkus/issues/11035

backport required

Replaces embedded Pg with container testing for Unix domain sockets

module:pg
hold

### Version I've reproduced the problem with vertx-pg-client 3.9.1 and reactive-pg-client 0.11.4, but I believe this issue applies equally to newer versions including the master/4.x branch. ### Context I know...

bug
help wanted

When vertx is shutting down which will eventually shutdown the pool PgSubscribers with reconnect policy are not aware of it and try to reconnect resulting to exceptions being thrown

bug