vertx-sql-client
vertx-sql-client copied to clipboard
High performance reactive SQL Client written in Java
Are you planning to add "native returning" for PostgreSQL?
### 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...
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
### 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...
#### 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...
Fixes a confusing scenario that a user reported here: https://github.com/quarkusio/quarkus/issues/11035
Replaces embedded Pg with container testing for Unix domain sockets
### 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...
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