Version information
- Release date: October 15, 2021
- Version: V2.2.6
Overview
OceanBase Connector/J V2.2.6 supports the SEND PIECE feature and the COM_STMT_PREPARE_EXECUTE protocol. This version applies to general businesses.
Feature enhancements
- OceanBase Connector/J V2.2.6 supports the
SEND PIECEfeature in Oracle mode. - OceanBase Connector/J V2.2.6 supports the
COM_STMT_PREPARE_EXECUTEprotocol in Oracle mode.
Bug fixes
- Fixed the issue where metadata building errors occur when default parameter values are used in the
prepareCall()method. - Fixed the issue where garbled display occurs if
characterEncoding=gbkis configured in the connection string for a tenant that uses the GBK character set. - Fixed the issue where the
rewriteBatchedStatements=trueanduseServerPrepStmts=falsesettings are mutually exclusive. - Fixed the issue where JDBC fails to load classes due to different Guava versions.
- Fixed the issue where the values returned by the
getColumns()andgetTables()methods are case-sensitive, which is inconsistent with Oracle. - Fixed the issue where the
call xxxsyntax is not supported for a stored procedure or function that has no parameters. - Fixed the issue where errors occur during the insertion of
ZonedDateTimedata ifuseServerPrepStmts=trueis configured in the connection string. - Fixed the issue where the error code
ORA-00900is returned if aCALLstatement is not appended with parentheses "()".