Version information
- Release date: July 21, 2021.
- Version: V2.2.3
Overview
OceanBase Connector/J V2.2.3 supports features such as direct connection with ODP, JDBC Socks Proxy, and recording of time consumed on the transmission network, to provide more URL options. This version applies to general businesses.
Enhanced features
- OceanBase Connector/J V2.2.3 supports direct connection with ODP to query or modify ODP configurations.
- OceanBase Connector/J V2.2.3 supports the JDBC Socks Proxy feature.
- The URL options such as
useUnicode,prepStmtCacheSqlLimit,useLocalTransactionState, anduseLocalSessionStateare added. - The
networkStatisticsfeature is added to record the time consumed on the transmission network.
Bug fixes
- Fixed an issue that the URL database information is absent in Oracle mode, which causes NullPointerException (NPE) for prepareCall of stored procedures.
- Fixed an issue that
floatcolumns cannot be converted into the BigDecimal class in Oracle mode. - Fixed an issue that the type values in Oracle mode of OceanBase Database are inconsistent with those in Oracle databases.
- Fixed an issue that
getWarningsreturnsNULLvalues in Oracle mode. - Fixed an issue that in the GB2312 encoding format, JDBC returns a checksum error.
Notice
In the current version, if characterEncoding is set to true and the tenant uses the GBK character set, garbled display occurs when data is queried and inserted.