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.
Enhanced features
- OceanBase Connector/J V2.2.6 supports
SEND PIECEin Oracle mode. - OceanBase Connector/J V2.2.6 supports
COM_STMT_PREPARE_EXECUTEin Oracle mode.
Bug fixes
- Fixed an issue that when the default value of
prepareCallis retained, metadata building errors occur. - Fixed an issue that if
characterEncodingis set togbkfor the connection string of a tenant that uses the GBK character set, garbled display occurs. - Fixed an issue that the
rewriteBatchedStatements=trueanduseServerPrepStmts=falsefeatures are mutually exclusive. - Fixed an issue that JDBC fails to load classes due to different Guava versions.
- Fixed an issue that the values of
getColumnsandgetTablesare case-sensitive, which is inconsistent with Oracle. - Fixed an issue that the
call xxxsyntax is not supported for a stored procedure or function that has no parameters. - Fixed an issue that if
useServerPrepStmtsis set totruefor a connection string, errors occur whenzonedDateTimedata is inserted. - Fixed an issue that the error code
ORA-00900is returned if aCALLstatement is not appended with parentheses "()".