2.00.11
2.00.11.1
New Features
Added parameter enableLoadBalance to the connect method of
class DBConnection to enable/disable load balancing in the high
availability mode.
Enhancements
-
The methods
getInt,getLong,getDouble,getStringandgetBigDecimalof theJDBCResultSetclass support implicit type conversion. -
The
insertoperation ofJDBCPrepareStatementclass supports inconsistent cases of column names. -
Refactored the logic for obtaining connection information when instantiating
JDBCConnection. -
Optimized the
executeUpdatemethod of theJDBCStatementclass when performinginsert intooperations on in-memory tables.
-
Fixed repeated reconnections due to incorrect port numbers or IP addresses.
-
Fixed an error when executing a SQL statement with
JDBCPrepareStatementif the where clause contained parentheses. -
Fixed an issue where the batchSize parameter was not reset in the
executeBatchmethod of theJDBCPrepareStatementclass during batch execution.
