vertx-jdbc-client icon indicating copy to clipboard operation
vertx-jdbc-client copied to clipboard

JDBC support for Vert.x

Results 38 vertx-jdbc-client issues
Sort by recently updated
recently updated
newest added

HI I have compressed data as byte[], stored in DB table column. I need to get the byte[] and decompress it. But there is no direct method to get data...

question

### Version * vert.x core: 3.5.0 * vert.x jdbc-client: 3.5.0 * jdbc driver: ![default](https://user-images.githubusercontent.com/23287431/39686104-b8c1b860-51f9-11e8-95d6-71c9b02bbbba.png) * RDBMS: Mysql 5.7 ### General info * What is your jdbc driver ![default](https://user-images.githubusercontent.com/23287431/39686108-c41c64e4-51f9-11e8-8897-087b68a72ca5.png) * What...

When working with different connection pool we will have runtime issues with configuration as each one uses different property names.

enhancement

### Version * vert.x core: 3.5.0 * vert.x jdbc-client: 3.5.0 * jdbc driver: org.h2 * RDBMS: h2 ### General info * What is your jdbc driver org.h2.JdbcDriver * What is...

### Version * vert.x core: 3.4.1 * vert.x jdbc-client: 3.4.1 ### General info * RDBMS server : MySQL ### Context `JsonArray jsonArray = new JsonArray().add(new byte[]{0x00, 0x01, 0x03});` `conn.queryWithParams(storeSql, jsonArray,...

* `Vert.x version 3.4.2` * `JDBC Driver org.postgresql 42.1.4` * `PostgreSQL 10.0 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16), 64-bit` * `jdbc:postgresql://localhost:5432/vertx", "****", "****"` ### Always...

### Version * vert.x core:3.4.1 * vert.x jdbc-client:3.4.1 * jdbc driver:net.sourceforge.jtds.jdbc.Driver * RDBMS: SQLServer 2012 ### General info * What is your jdbc driver: http://jtds.sourceforge.net/ * What is your RDBMS...

### Version Version vert.x core, jdbc-client: 4.5.7 RDBMS server : MySQL ### Context I am migrating my app from Vert.x 3.9.13 to 4.5.7. I have encountered a breaking change that...

bug