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