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

Initially only simple data types are supported (boolean, int, varchar, etc). Add support for more complex data types like CLOB and BLOB.

help wanted
module:db2

This could include a dump of DB2 server information (e.g. DB version) as well as the negotiated manager levels from the EXCSAT command.

help wanted
module:db2

On Postgres, column aliases are converted to lowercase internally in the RowIterator, but the key passed to the getXxxxx() methods are not. Issue reported in: smallrye/smallrye-reactive-utils#104.

module:pg

Dear Authors, Is there has Simple way to convert JsonObject from row?

Numeric, geometric types, etc...

Hello, vertx version : 4.0.0-milestone3 using vertx reactive mysql client simple code to reproduce: MySQLConnectOptions.setDatabase and use a connection pool to query simple SELECT statements returns "No database selected" error...

I am using version 3.8.1 and having some issues with a query trying to insert JSONB from a String. It inserts and reads out fine, but what I noticed is...

I don't know how to reproduce 100% of the cases. But I'm trying vertx and this postgresql driver and what I'm trying to see is the behavior of the application...

Migrate our embedded databases for testing to [Testcontainers](https://www.testcontainers.org/) discussed in https://github.com/eclipse-vertx/vertx-sql-client/pull/381#issuecomment-515672725. (Actually we have given a try a long time before) Pros: * Single dependency on the `Testcontainers` * Better...

I submitted an issue, see https://github.com/microsoft/vscode-java-debug/issues/643. The real reason is : The targetDir is not detected during the debug procession in VS Code. There is an Exception thrown in https://github.com/eclipse-vertx/vertx-sql-client/blob/3.8/vertx-pg-client/src/test/java/io/vertx/pgclient/junit/PgRule.java#83