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

### Version 5.0.0 ### Context Wile working on Hibernate Reactive I noticed that using PostgreSQL the query using `client.preparedQuery(sql).execute(parameters)`: ```sql select f1_0.id,f1_0.age,f1_0.rating,f1_0.title from Film f1_0 where f1_0.age

bug

Motivation: Add `POOLED` as an option to `ServerMode` in order to support Database Resident Connection Pooling (DRCP) on Oracle databases: https://docs.oracle.com/en/database/oracle/oracle-database/26/jjdbc/database-resident-connection-pooling.html#GUID-6C968C9D-2AAE-4D42-A6EC-3D78335F9BE3

### Version 5.0.5 ### Context We are getting a lot of "Promise already completed" errors in our log (on the global vertx exception handler). The cause is that a `handler.fail("Timeout")`...

bug

### Describe the feature For Vert.x 6 we should promote RowSet/SqlResult/Row/Tuple/RowIterator to become data objects since they are not asynchronous ### Contribution _No response_

enhancement

### Describe the feature Quarkus reactive tests are currently based on Postgresql because there's no H2 vertx-sql-client. On the other hand, Hibernate blocking tests are using H2, and therefore they...

enhancement

### Describe the feature While investigating https://github.com/eclipse-vertx/vertx-sql-client/issues/1436, we found that the MySQL Client does not connect to the database the same way the MySQL Connector does. By default, if the...

enhancement
module:mysql

### Describe the feature Since PostgreSQL 17, implicit or direct SSL/TLS negotiation is supported by the server and the libpq client library. Previously PostgreSQL only negotiated TLS after a PGSQL...

enhancement