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