Version information
- Release date: October 15, 2021
- Version: V2.2.6
Overview
OceanBase Connector/J V2.2.6 introduces the SEND PIECE feature and the COM_STMT_PREPARE_EXECUTE protocol extension, and fixes customer issues. It is ready for general business use.
Feature enhancements
- Supports
SEND PIECEin Oracle-compatible mode. - Supports
COM_STMT_PREPARE_EXECUTEin Oracle-compatible mode.
Bug fixes
- Fixed an issue where Metadata construction failed when the
prepareCallparameter was set to its default value. - Fixed a character encoding issue in GBK tenants when the connection string had
characterEncoding=gbk. - Fixed an issue where the
rewriteBatchedStatements=trueanduseServerPrepStmts=falsefeatures were mutually exclusive. - Fixed an issue where JDBC class loading failed due to different Guava versions.
- Fixed an issue where getColumns and getTables were case-sensitive, consistent with Oracle behavior.
- Fixed an issue where the
call xxxsyntax was not supported for stored procedures or functions without parameters. - Fixed an issue where data insertion with
zonedDateTimereported an error when the connection string haduseServerPrepStmts=true. - Fixed an issue where the
ORA00900error occurred when aCALLstatement lacked closing parentheses.
