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
,getString
andgetBigDecimal
of theJDBCResultSet
class support implicit type conversion. -
The
insert
operation ofJDBCPrepareStatement
class supports inconsistent cases of column names. -
Refactored the logic for obtaining connection information when instantiating
JDBCConnection
. -
Optimized the
executeUpdate
method of theJDBCStatement
class when performinginsert into
operations on in-memory tables.
-
Fixed repeated reconnections due to incorrect port numbers or IP addresses.
-
Fixed an error when executing a SQL statement with
JDBCPrepareStatement
if the where clause contained parentheses. -
Fixed an issue where the batchSize parameter was not reset in the
executeBatch
method of theJDBCPrepareStatement
class during batch execution.