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 routine 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 garbled character 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, inconsistent with Oracle.
- Fixed an issue where the
call xxxsyntax was not supported for stored procedures or functions without parameters. - Fixed an issue where data insertion for
zonedDateTimereported an error when the connection string haduseServerPrepStmts=true. - Fixed an issue where the ORA00900 error occurred when a closing parenthesis ( ) was missing at the end of a
CALLstatement.
