ODBC Driver for SAP ERP

Build 26.0.9655

Changelog

General Changes

DateVersionSourceCategoryTypeDescription
2026-05-2726.0.9643GeneralConnectionRemoved
  • Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
2026-05-0826.0.9624ODBCChanged
  • Updated embedded JRE to jre-17.0.19+10 (Linux x64).
2026-05-0726.0.9623GeneralData ModelAdded
  • Added the ColumnCapabilities column to the sys_tablecolumns system table. This column is a bit mask denoting the column's write capabilities.
2026-04-2126.0.9607SAP ERPData ModelChanged
  • Changed how SAP Export parameters are exposed in stored procedure metadata. Export parameters are no longer listed as OUT parameters. For table and structure type Export parameters, nested columns are now returned as result columns. For simple Export parameters, the parameter value is returned as a result column.
2026-04-1526.0.9601GeneralQuery ExecChanged
  • String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
2026-04-1326.0.9599SAP ERPData ModelChanged
  • Fixed an issue where the driver returned an error when encountering a (`/`) prefix in exchange rate columns. This slash has been replaced by a minus sign (-) in query results, which represents an indirect (reciprocal) exchange rate rather than a negative value.
2026-04-1026.0.9596SAP ERPConnectionAdded
  • Added the JCOSerializationFormat connection property for connection type JCO. This property resolves I/O errors caused by invalid data.
2026-04-0126.0.9587SAP ERPConnectionRemoved
  • Removed the BatchSize connection property.
2026-03-3126.0.9586SAP ERPData ModelRemoved
  • The IsCreatable column has been removed from sys_tables.
2026-02-1225.0.9539SAP ERPChanged
  • In stored procedure result sets, date fields without a set value now return NULL instead of the default 0000-01-01.
2026-01-1325.0.9509GeneralAdded
  • Added support for the REGEXP_REPLACE() string function.
2025-12-1125.0.9476SAP ERPAdded
  • Added the following new filter options to the TableMode connection property: AppendTable, Custom, InternalTable, and View.
  • Added a new connection property named CustomTableFilter.
2025-12-0525.0.9470GeneralAdded
  • Added support for the INSERT INTO SELECT statement, with driver-side execution for providers that do not support the operation natively.
2025-11-2025.0.9455SAP ERPAdded
  • A new column named SAPTableClass has been added to sys_tables.
2025-10-3125.0.9435SAP ERPChanged
  • Implemented fallback handling for the PaginationScheme connection property. When using the Key pagination scheme, if a table does not support the ORDER BY clause or lacks a primary key, the driver now falls back to the Default pagination scheme and logs an informational message instead of throwing an exception.
2025-10-3025.0.9434ODBCChanged
  • Updated JRE to version 17.0.17 (Linux x64).
2025-10-2325.0.9427SAP ERPChanged
  • Pagination has been implemented on the Z_CUSTOM_READ_TABLE, Z_CUSTOM_READ_TABLE_750, and Z_CUSTOM_READ_TABLE_752 Remote Function Calls (RFCs).
  • A new FetchSize import parameter has been added to the Z_CUSTOM_READ_TABLE, Z_CUSTOM_READ_TABLE_750 and Z_CUSTOM_READ_TABLE_752 RFCs.
  • The Z_CUSTOM_READ_TABLE_750 and Z_CUSTOM_READ_TABLE_752 RFCs now optimize query logic and support fetching only the columns specified.
2025-10-1725.0.9421SAP ERPAdded
  • Pagination functionality for sys_tables has been implemented. The PaginationScheme property is functional for sys_tables as well.
2025-10-0625.0.9410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
2025-09-1625.0.9390SAP ERPAdded
  • Added the Z_CUSTOM_READ_TABLE_750 script. Z_CUSTOM_READ_TABLE_750 is recommended for use with SAP ABAP 750 and 751.
2025-09-1225.0.9386GeneralAdded
  • Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
2025-09-1025.0.9384GeneralChanged
  • All columns in statically defined Views are now reported as read-only.
2025-09-0325.0.9377GeneralChanged
  • Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
2025-09-0125.0.9375GeneralAdded
  • Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
2025-08-2125.0.9364GeneralChanged
  • Report behavior change:
    • Fixed inconsistent string value comparisons in non-table queries.
    • For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
2025-08-1325.0.9356GeneralChanged
  • Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
2025-08-0725.0.9350SAP ERPAdded
  • Added the PaginationScheme connection property.
2025-07-1425.0.9326SAP ERPChanged
  • Exposed the option "cloud" for the SAPEdition connection property in CData Sync.
2025-07-1025.0.9322SAP ERPAdded
  • Added support for USE_ET_DATA_4_RETURN and ET_DATA parameters in the Z_CUSTOM_READ_TABLE and Z_CUSTOM_READ_TABLE_752 scripts.
    • The DATA table parameter is limited to a maximum length of 8000, while the ET_DATA exporting parameter has no length restriction.
    • The USE_ET_DATA_4_RETURN importing parameter specifies whether the ET_DATA exporting parameter is used to store the table data. The default value is true.
2025-07-0325.0.9315ODBCChanged
  • ODBC for Mac now works out-of-the-box on ARM64. However, x86_64 users must configure the NativeFolder to load the Oracle OCI libraries from <INSTALL ROOT>/lib/x86_64.
2025-06-2525.0.9307GeneralRemoved
  • Removed the "ADLS Gen 1" value from the ConnectionType property.
2025-06-2025.0.9302GeneralAdded
  • Created the following functions:
    • TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
    • TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
    • BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
    • BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
2025-06-1825.0.9300GeneralChanged
  • The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
2025-05-2725.0.9278GeneralRemoved
  • Removed the "Proprietary" enum option from ProxyAuthscheme.
2025-05-2725.0.9278ODBCRemoved
  • Removed support for the C# implementation of SQLite. Features that previously used this implementation by default, such as AutoCache and EF6 schema caching, now require the native SQLite driver.
2025-05-1925.0.9270SAP ERPAdded
  • Added two columns to sys_tablecolumns: SAPDataType and SAPColLength.
2025-05-1525.0.9266SAP ERPAdded
  • Added support for SAP server-side UPPER() and LOWER() functions in filters when using RFC_READ_TABLE (with ET_DATA) or Z_CUSTOMER_READ_TABLE (version 752).
2025-05-1225.0.9263ODBCChanged
  • Updated embedded JRE to jre-17.0.15+6 (Linux x64 / MacOS x64) and jre-17.0.15+6 (MacOS aarch64).
2025-04-0125.0.9222SAP ERPAdded
  • Added the column "SAPTableType" to the sytem table SYS_TABLES. This column shows the SAP native table type of the table, such as SAPTable and SAPQuery.
2025-02-1524.0.9177GeneralAdded
  • Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
2024-12-2424.0.9124ODBCAdded
  • Added support for ARM64 on Windows.
2024-12-1824.0.9118SAP ERPAdded
  • Added the MapRAWToVarchar connection property. When set to True, this property maps the SAP RAW and LRAW types to Varchar type.
2024-12-1724.0.9117SAP ERPAdded
  • Added the MapNUMCToVarchar connection property. This property allows the client to map SAP NUMC and ACCP fields as numeric types.
2024-11-2724.0.9097GeneralAdded
  • Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
2024-08-2824.0.9006SAP ERPAdded
  • Added support for connecting to SAP S/4 HANA Cloud.
  • Added the SAPEdition connection property, which specifies whether the driver connects to SAP S/4 HANA Cloud or SAP S/4 HANA OnPremise.
  • Added the CloudServerPort connection property, which specifies the port the driver uses when connecting to an SAP S/4 HANA Cloud server.
2024-08-1324.0.8991SAP ERPAdded
  • Added the SupportServerSideCount connection property.
2024-07-0724.0.8954SAP ERPAdded
  • Added a new property, BAPINameSeparator, which specifies a separator to be used to concatenate table and column names in the stored procedure's output parameter.
2024-05-0924.0.8895GeneralChanged
  • The ROUND function previously did not accept negative precision values. That feature has now been restored.
2024-05-0924.0.8895SAP ERPAdded
  • Added a new property "ReadTableDelimiter". It allows the client to specify the import parameter "Delimiter" when calling the RFC_READ_TABLE function to retrieve the table data.
2024-03-1923.0.8844SAP ERPAdded
  • Added a new property "WitespaceToNull". It allows to indicate whether to read the empty value as the original value or as NULL.
2024-03-1523.0.8840GeneralAdded
  • Created a new SQL function called STRING_COMPARE that provides java's String.compare() ability to SQL queries. Returns a number representative of the compared value of two strings
2023-12-1123.0.8745SAP ERPAdded
  • Added a new property "SNCSSO". When connecting via SNC mode, it permits users to determine whether to utilize SNC credentials for authenticating the caller.
2023-11-2923.0.8733GeneralChanged
  • The ROUND function doesn't accept the negative precision values anymore.
2023-11-2923.0.8733GeneralChanged
  • The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
  • The return type of the ABS function will be consistent with the parameter value type.
2023-11-2823.0.8732GeneralAdded
  • Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
2023-11-0623.0.8710SAP ERPAdded
  • Added an extra column "SAPParameterStructInfo" in the CData system table SYS_PROCEDUREPARAMETERS. The column stores the JSON format structure info of the SAPTable or SAPStructure type.
2023-08-1523.0.8627SAP ERPChanged
  • Added an parameter "RESULT_TABLE" for stored Procedure. It specifies the current data rows belong to which output table in the resultset.
2023-07-0523.0.8586SAP ERPChanged
  • Updated the Z_CUSTOMER_READ_TABLE. It uses the ORDER BY PRIMARY KEY to sort the result set.
2023-06-2023.0.8571GeneralAdded
  • Added the new sys_lastresultinfo system table.
2023-06-1523.0.8566SAP ERPAdded
  • Added a new property "CheckDecimalNotation". It enables clients to decide whether to use the Decimal Notation of the SAP user profile for formatting decimal data.
2023-06-0523.0.8556SAP ERPChanged
  • The connection property "TrimStrings" is exposed, which governs the string trimming behavior. Its enumerations encompass four possible values: "TrimRight" / "TrimLeft" / "TrimAll" / "None", with "TrimAll" being the default setting.
2023-04-2523.0.8515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
2023-03-0922.0.8468SAP ERPAdded
  • Added support to use the SAP Data Services function "/SAPDS/RFC_READ_TABLE2" as the read table function of the SAP ERP Server.
2023-02-1722.0.8448SAP ERPChanged
  • Added support for returning UUID raw data types as varbinary. Previously, these types were returned as varchar.
2022-12-1422.0.8383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
2022-11-1122.0.8350ODBCChanged
  • Updated embedded JRE to jre8u345-b01 (Linux x64 / MacOS x64) and jre-17.0.5+8 (MacOS aarch64).
2022-09-3022.0.8308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
2022-05-1722.0.8172ODBCChanged
  • Updated VC++ redistributable Libraries to Microsoft Visual C++ 2015-2022 Redistributable 14.32
2022-04-2722.0.8152ODBCChanged
  • The installer now installs .NET 4.0 instead of .NET 2.0 during default installation when both are present.
2021-12-2221.0.8026ODBCAdded
  • Added support for transactions.
2021-09-0221.0.7915GeneralAdded
  • Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
2021-08-0721.0.7889GeneralChanged
  • Added the KeySeq column to the sys_foreignkeys table.
2021-08-0621.0.7888GeneralChanged
  • Added the new sys_primarykeys system table.
2021-07-2921.0.7880ODBCAdded
  • Added support for the Array data type for the input parameters in stored procedures.
2021-07-2321.0.7874GeneralChanged
  • Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
  • As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
2021-05-2921.0.7819ODBCAdded
  • Exposed the InitiateOAuth connection property.
2021-05-2621.0.7816ODBCAdded
  • Added support for the JAVA_HOME setting in the configuration file.
2021-04-2921.0.7789ODBCAdded
  • Added the SqlMaxColumnNameLen connection property.
2021-04-2321.0.7783GeneralChanged
  • Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
2021-04-1621.0.7776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.
2021-04-1621.0.7776GeneralChanged
  • Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
2021-04-1621.0.7776GeneralChanged
  • Updated index naming convention to avoid duplicates.
2021-04-1621.0.7776ODBCChanged
  • ODBC Drivers on Linux and Mac now depend on the JRE, which brings improved stability and performance.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655