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

#### Describe the feature io.vertx.sqlclient.Row needs a way to specify preference for the retrieval of all boolean columns as booleans instead of Byte. Currently all boolean columns are served as...

enhancement

### Questions I have encountered some strange transaction behaviour. If I execute a query after the transaction starts, create a checkpoint, then this query terminates with an exception (in my...

enhancement
help wanted
module:pg

Motivation: https://github.com/mysql/mysql-connector-j/blob/release/8.x/src/main/user-impl/java/com/mysql/cj/jdbc/result/ResultSetImpl.java#L1153 Explain here the context, and why you're making that change, what is the problem you're trying to solve. Conformance: You should have signed the Eclipse Contributor Agreement as...

This is actually a question. In order to support the mapping of fields of array type, Hibernate ORM run some queries to create a custom type. For example, for supporting...

enhancement

### Questions The function PgSubscriberImpl.fetch() is not implemented and throws an `UnsupportedOperationException`. This is a problem when using the Mutiny wrapper for the vertx-pg-client e.g. in Quarkus. When you use...

bug

### Problem When you try to regiser an exception handler in PgSubscriberImpl, the handler is never registered. See https://github.com/eclipse-vertx/vertx-sql-client/blob/master/vertx-pg-client/src/main/java/io/vertx/pgclient/impl/pubsub/PgSubscriberImpl.java#L273 There is also no `UnsupportedOperationException` or any log to make the...

bug

Since Oracle JDBC v23, [pipelining is possible in Reactive Extensions](https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/pipelined-database-operations.html) We cannot experiment with this though until the Reactive Extensions bug is fixed (see #1343 )

enhancement

Hibernate Reactive's [LobTypeTest](https://github.com/hibernate/hibernate-reactive/pull/1657/commits/b019c53d9e43a64f271e13eb5c84be2221e77247) fails using PostgreSQL by returning a NULL for a CLOB string or byte[] column type. We're currently using vertx-pg-client 4.4.2 & hibernate-orm 6.2.4.Final - Documentation for 4.4.x...

enhancement
help wanted

Should fix #1232, as it now uses the timeout when acquiring the connection Motivation: We've been bugged by #1232 for some time and the fix keeps getting pushed.

### Questions Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice. ### Version 4.4.5 ### Context Using...

bug
help wanted
module:db2