| |
| Date | Build Number | Change Type | Description |
| 10/23/2025 | 9427 | SAP ERP | Changed
- 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.
|
| 10/17/2025 | 9421 | SAP ERP | Added
- Pagination functionality for sys_tables has been implemented. The PaginationScheme property is functional for sys_tables as well.
|
| 10/06/2025 | 9410 | General | Added
- Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
|
| 09/16/2025 | 9390 | SAP ERP | Added
- Added the Z_CUSTOM_READ_TABLE_750 script. Z_CUSTOM_READ_TABLE_750 is recommended for use with SAP ABAP 750 and 751.
|
| 09/12/2025 | 9386 | General | Added
- Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
|
| 09/10/2025 | 9384 | General | Changed
- All columns in statically defined Views are now reported as read-only.
|
| 09/03/2025 | 9377 | General | Changed
- 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".
|
| 09/01/2025 | 9375 | General | Added
- Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
|
| 08/21/2025 | 9364 | General | Changed
- 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.
|
| 08/13/2025 | 9356 | General | Changed
- Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
|
| 08/07/2025 | 9350 | SAP ERP | Added
- Added the PaginationScheme connection property.
|
| 07/14/2025 | 9326 | SAP ERP | Changed
- Exposed the option "cloud" for the SAPEdition connection property in CData Sync.
|
| 07/10/2025 | 9322 | SAP ERP | Added
- 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.
|
| 06/25/2025 | 9307 | General | Removed
- Removed the "ADLS Gen 1" value from the ConnectionType property.
|
| 06/20/2025 | 9302 | General | Added
- 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.
|
| 06/18/2025 | 9300 | General | Changed
- The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
|
| 05/27/2025 | 9278 | General | Removed
- Removed the "Proprietary" enum option from ProxyAuthscheme.
|
| 05/19/2025 | 9270 | SAP ERP | Added
- Added two columns to sys_tablecolumns: SAPDataType and SAPColLength.
|
| 05/15/2025 | 9266 | SAP ERP | Added
- 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).
|
| 04/01/2025 | 9222 | SAP ERP | Added
- 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.
|
| 02/15/2025 | 9177 | General | Added
- 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.
|
| 12/18/2024 | 9118 | SAP ERP | Added
- Added the MapRAWToVarchar connection property. When set to True, this property maps the SAP RAW and LRAW types to Varchar type.
|
| 12/17/2024 | 9117 | SAP ERP | Added
- Added the MapNUMCToVarchar connection property. This property allows the client to map SAP NUMC and ACCP fields as numeric types.
|
| 11/27/2024 | 9097 | General | Added
- Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
|
| 08/28/2024 | 9006 | SAP ERP | Added
- 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.
|
| 08/13/2024 | 8991 | SAP ERP | Added
- Added the SupportServerSideCount connection property.
|
| 07/07/2024 | 8954 | SAP ERP | Added
- 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.
|
| 05/09/2024 | 8895 | General | Changed
- The ROUND function previously did not accept negative precision values. That feature has now been restored.
|
| 05/09/2024 | 8895 | SAP ERP | Added
- 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.
|
| 03/19/2024 | 8844 | SAP ERP | Added
- Added a new property "WitespaceToNull". It allows to indicate whether to read the empty value as the original value or as NULL.
|
| 03/15/2024 | 8840 | General | Added
- 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
|
| 12/11/2023 | 8745 | SAP ERP | Added
- Added a new property "SNCSSO". When connecting via SNC mode, it permits users to determine whether to utilize SNC credentials for authenticating the caller.
|
| 11/29/2023 | 8733 | General | Changed
- The ROUND function doesn't accept the negative precision values anymore.
Changed
- 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.
|
| 11/28/2023 | 8732 | General | Added
- Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 11/06/2023 | 8710 | SAP ERP | Added
- 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.
|
| 08/15/2023 | 8627 | SAP ERP | Changed
- Added an parameter "RESULT_TABLE" for stored Procedure. It specifies the current data rows belong to which output table in the resultset.
|
| 07/05/2023 | 8586 | SAP ERP | Changed
- Updated the Z_CUSTOMER_READ_TABLE. It uses the ORDER BY PRIMARY KEY to sort the result set.
|
| 06/29/2023 | 8580 | PowerShell Cmdlets | Removed
- Removed support for .NET 2.0
|
| 06/20/2023 | 8571 | General | Added
- Added the new sys_lastresultinfo system table.
|
| 06/15/2023 | 8566 | SAP ERP | Added
- 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.
|
| 06/05/2023 | 8556 | SAP ERP | Changed
- 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.
|
| 04/25/2023 | 8515 | General | Removed
- Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 03/09/2023 | 8468 | SAP ERP | Added
- Added support to use the SAP Data Services function "/SAPDS/RFC_READ_TABLE2" as the read table function of the SAP ERP Server.
|
| 02/17/2023 | 8448 | SAP ERP | Changed
- Added support for returning UUID raw data types as varbinary. Previously, these types were returned as varchar.
|
| 12/14/2022 | 8383 | General | Changed
- Added the Default column to the sys_procedureparameters table.
|
| 09/30/2022 | 8308 | General | Changed
- Added the IsPath column to the sys_procedureparameters table.
|
| 09/02/2021 | 7915 | General | Added
- Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 08/07/2021 | 7889 | General | Changed
- Added the KeySeq column to the sys_foreignkeys table.
|
| 08/06/2021 | 7888 | General | Changed
- Added the new sys_primarykeys system table.
|
| 07/23/2021 | 7874 | General | Changed
- 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.
|
| 04/23/2021 | 7783 | General | Changed
- Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
|
| 04/16/2021 | 7776 | General | Changed
- Reduced the length to 255 for varchar primary key and foreign key columns.
Changed
- Updated index naming convention to avoid duplicates.
|
| 04/16/2021 | 7776 | General | Changed
- 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.
|
| 04/16/2021 | 7776 | PowerShell Cmdlets | Added
- Added support for PowerShell 7.
|