| |
| Date | Build Number | Change Type | Description |
| 10/06/2025 | 9410 | General | Added
- Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
|
| 09/12/2025 | 9386 | General | Added
- Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
|
| 09/11/2025 | 9385 | Salesforce Data Cloud | Added
- Introduced the QueryTimeout connection property, which specifies how long the driver waits for the server-side query to complete before timing out.
Changed
- The driver uses the latest Salesforce Data Cloud query endpoint.
- The service automatically determines the optimal pagesize. As a result, the default pagesize property is set to -1, which means the driver accepts the pagesize determined by the service. If you specify a particular pagesize, the driver complies with your setting. However, it's important to note that Salesforce can still return fewer rows than you requested.
|
| 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/15/2025 | 9358 | Salesforce Data Cloud | Added
- Added the Scope connection property.
|
| 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.
|
| 07/21/2025 | 9333 | Salesforce Data Cloud | Added
- Added a new error message for Update and Upsert operations:
- The error is triggered when using an Ingest Data Stream with 'UPSERT' as the RefreshMode, which can overwrite existing data with NULL if not specified in the statement. To bypass this error, set the Overwrite column to true.
|
| 07/07/2025 | 9319 | Python | Removed
- Removed the 32-bit version of Windows Python.
|
| 07/02/2025 | 9314 | Python | Removed
- Removed support for Python 3.9.
|
| 06/25/2025 | 9307 | General | Removed
- Removed the "ADLS Gen 1" value from the ConnectionType property.
|
| 06/25/2025 | 9307 | Python | Added
- Added support for Python 3.13 in Windows, Linux, and Mac editions.
Removed
- Removed support for Python 3.8 as it is no longer supported.
|
| 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/12/2025 | 9263 | Python | Changed
- Updated embedded JRE to jre-17.0.15+6 (Linux x64 / MacOS x64) and jre-17.0.15+6 (MacOS aarch64).
|
| 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.
|
| 11/27/2024 | 9097 | General | Added
- Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
|