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

If I understand correctly, it's not supported currently: https://vertx.io/docs/vertx-oracle-client/java/#_data_types_supported

enhancement
module:oracle

### Version 4.5.7 ### Context I get a ClassCastException (in RowImpl.getArrayOfEnums) when trying to get the value of a nullable array of enums column when the cell value is null....

bug

Motivation: Test containers specializations for database do have a split package with the main test containers jars, preventing running tests in IDE. Since the benefit of these specialization is very...

### Version The latest released. At the moment of writing this - 4.5.13 ### Context We have encountered a metrics issue while using the non-blocking Postgres DB driver with Vertx....

bug

See #1494 `SqlConnectionPool` must invoke `dequeueMetric` when a connection fails to be acquired

### Version 5.0.0 ### Context I have tried everything there is to remedy this: io.vertx.sqlclient.ClosedConnectionException: Failed to read any response from the server, the underlying connection may have been lost...

bug

## Connection Storm Prevention with Jitter in Connection Pool #1495 Introduce connection jitter to randomize connection timing: 1. Add a jitter parameter to PoolOptions 2. When fetching a new connection...

How to connect the database, if it has Instance the jdbc-url is: jdbc:sqlserver://localhost\\mydb;DatabaseName=mydb;TrustServerCertificate=true;

enhancement
help wanted
module:mssql