Version information
- Release date: February 27, 2023
- Version number: V2.0.7
Version positioning
This version is released to support customer projects and new POC requirements.
Feature enhancements
- Added support for the REF CURSOR data type in Oracle mode. For more information, see Obtain REF CURSOR data types.
- Added a log file size limit, allowing large log files to be split into smaller files. For more information, see Enable the log feature.
Bug fixes
- Fixed the issue of slow data synchronization when Informatica calls data through ODBC.
- Fixed the issue where the result of calling SQLGetInfo in a MySQL tenant is incorrect.
- Fixed the issue where the Scale parameter in
SQL_NUMERIC_STRUCTis invalid when SQLBindParameter is called in Oracle mode. - Fixed the issue where the precision of FLOAT/BINARY_FLOAT/BINARY_DOUBLE is incorrectly obtained by
SQLColAttributeandSQL_DESC_PRECISION. - Fixed the issue where a space in
{ CALL xxx(?,?)}causes parsing errors when C# calls{ CALL xxx(?,?)}. - Fixed the issue where the result of
SQLGetTypeInfo(Stmt, SQL_ALL_TYPES)in Oracle mode is inconsistent with Oracle. - Fixed the issue where
SQLCopyDesccopies data incorrectly. - Fixed the issue where the
FK_NAMEfield is missing when ODBC callsSQLForeignKeys. - Fixed the issue where
SQLProcedureColumnsincorrectly obtains stored procedures containingPACKAGE. - Fixed the issue where
SQLProcedurescannot obtain PLs containingPACKAGE. - Fixed the issue where the ISQL tool fails to work on 32-bit or ARM systems.
