-
Batch execution incorrectly handles batch result when the batch list is empty
-
Pool connection acquisition failure is not propagated to the scheduled command
-
Upgrade to Vertx 3.5.4
-
Source code for rxjava and reactivex API variants missing from -sources.jar
-
Allow to prepare query from a transaction object
-
Rework cursor/stream documentation
-
PgPool#preparedQuery operation should always use the same connection
-
Numeric type prepared statement parameters needs to be coerced
-
Connection pool queue boundary
-
Pool does not handle connection failure correctly
-
Rx Stream API documentation unclear
-
RowResultDecoder does not correctly decode empty text arrays
-
Move to Vertx logger for warnings instead of Sysout
-
When a pooled connection is closed, the actual connection should not be made available after it has been closed internally
-
Missing prepared statement tuple validation
-
JSONB array treated as non array
-
PreparedQuery should schedule commands from the event loop thread
-
Calling Transaction rollback() leads to an NPE
Fixed issues: Issues
-
simplified transaction API
-
interval data type support
-
enum data type support
-
cached prepared statement option
-
RxJava documentation enhancements
-
upgrade to Vert.x 3.5.3
-
Rowprovides access to column names