mod-jdbc-persistor icon indicating copy to clipboard operation
mod-jdbc-persistor copied to clipboard

BusMod Persistor for JDBC support in vert.x

Results 11 mod-jdbc-persistor issues
Sort by recently updated
recently updated
newest added

Hallo I'm connecting pentaho to presto database. I can get data from table input but I can't to sorting the data. When I short the data there is error like...

This is not an issue but a question. How can I get a fast response from the connection test when the DB is not started? My connection test is 'select...

This is a continuation of 'JDBC Result set from HANA procedure #33' I have now (at last!) managed to get the result set back from my HANA procedure with the...

Hi Tim I have got the connection issue with HANA. It's been all fine with Mysql. My application runs fine but after a while it hangs within jdbc-module, to be...

Hi Tim Do you support jdbc batch like these? pstmt.addBatch() pstmt.executeBatch() Hana does not support multiple row insert... -Uppsax

Hello. I need to set c3p0.initialPoolSize to 1. Can I do this?

If you select two columns from different tables with the same name, the result will contain only one of them. My first attempt after detecting this was to define an...

Hi It was all good with the combination of: - vert.x 2.0.2-final - jdbc-persister 2.1.2 I have updated vert.x: - vert.x 2.1.5 - jdbc-persister 2.1.2 Then I am getting this...

I am trying to execute a select statement and the result is successful if there is no timestamp object in the result. But if there's a timestamp in the result...

Hello, I'm facing MySQL exception problem. The exception is related with MySQL update query. And this exception is occured at below line. at com.bloidonia.vertx.mods.JdbcProcessor$5.process(JdbcProcessor.java:379) The exception is this, com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate...