TDV Adapter for Vault CRM

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-2626.0.9642Veeva VaultConnectionAdded
  • Added the CredentialFileContext connection property, which specifies where the session Id is cached so that it can be reused across connections, reducing unnecessary authentication calls.
2026-05-1526.0.9631Veeva VaultQuery ExecChanged
  • List operations for the Documents, DocumentVersions, Binders, and BinderVersions tables now use the VQL endpoint. As a result, fields that are not queryable in VQL might appear as null in results.
2026-05-1426.0.9630Veeva VaultData ModelChanged
  • Renamed workflow-related tables to use Instances instead of Objects because they represent runtime instance-level data:
    • WorkflowObjects to WorkflowInstances
    • WorkflowItemObjects to WorkflowItemInstances
    • WorkflowTaskObjects to WorkflowTaskInstances
    • WorkflowTaskItemObjects to WorkflowTaskItemInstances
2026-05-1426.0.9630Veeva VaultData ModelRemoved
  • Removed the deprecated ObjectWorkflows and ObjectWorkflowTasks tables, which have been replaced by the GetObjectWorkflows stored procedure.
2026-05-1226.0.9628Veeva VaultQuery ExecAdded
  • Bulk DELETE operations now support filtering by ExternalId. Previously, bulk DELETE was limited to filtering by the primary key column only.
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-05-0526.0.9621Veeva VaultData ModelRemoved
  • Removed the UpdateDocument stored procedure since UPDATE can be performed via the Documents table.
2026-04-1626.0.9602Veeva VaultConnectionRemoved
  • Removed the PageSize connection property.
2026-04-1526.0.9601GeneralQuery ExecChanged
  • String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
2026-04-0926.0.9595Veeva VaultConnectionChanged
  • Updated the APIVersion connection property's default value to 25.2.
2026-04-0826.0.9594Veeva VaultSecurityChanged
  • TLS 1.3 is now supported by default for HTTP connections.
2026-02-1725.0.9544Veeva VaultAdded
  • Added the GetDirectDataFiles and DownloadDirectDataFilePart stored procedures. These procedures retrieve a list of Direct Data files available for download, and download them, respectively.
2026-02-1025.0.9537Veeva VaultAdded
  • Added the GetDeletedAttachments and GetDocumentText stored procedures.
2026-01-1325.0.9509GeneralAdded
  • Added support for the REGEXP_REPLACE() string function.
2026-01-1325.0.9509Veeva VaultAdded
  • Exposed a new table, BinderVersions.
2026-01-0925.0.9505Veeva VaultAdded
  • Added support for the UPDATE operation to the Lifecycles table.
  • Added support for the DELETE operation to the Documents table.
  • Added support for the UPDATE and DELETE operations to the DocumentVersions table.
  • Added support for the UPDATE and DELETE operations to the Binders table.
  • Added the DocumentWorkflow view.
  • Added the GetDocumentRenditions, GetDocumentRenditionTypes, AddDocumentRendition, ReplaceDocumentRendition, DownloadDocumentRendition, GetDocumentWorkflowDetails, InitiateDocumentWorkflow, GetObjectWorkflowActions, GetObjectWorkflowActionDetails, InitiateObjectWorkflowAction, GetObjectWorkflowTasks, GetObjectWorkflowTaskActions, GetObjectWorkflowTaskActionDetails, InitiateObjectWorkflowTaskAction, CreateBinder, AddDocumentToBinder, and RemoveDocumentToBinder stored procedures.
2025-12-1625.0.9481Veeva VaultAdded
  • Added the GetObjectWorkflows stored procedure.
2025-12-1625.0.9481Veeva VaultDeprecated
  • The ObjectWorkflows view is now deprecated.
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-2825.0.9463Veeva VaultAdded
  • Added a new table, BinderNodes.
2025-11-2525.0.9460Veeva VaultDeprecated
  • The PageSize connection property is now deprecated.
2025-11-1725.0.9452Veeva VaultAdded
  • Added the PingFederateClient auth scheme option to the AuthScheme connection property.
  • Added the PingFederateServerURL connection property. This property specifies the base URL for the PingFederate server you want to connect to.
  • Added the OpenIDConnectProfileID connection property. This property specifies the ID of your OAuth 2.0 / Open ID Connect profile.
2025-11-0325.0.9438Veeva VaultAdded
  • Added 2 new views: Objects and ObjectsFields.
2025-10-3125.0.9435Veeva VaultAdded
  • Added a new connection property, IncludeConfigurationComponents (default is false). This property determines whether the driver pushes each component as a view.
2025-10-2825.0.9432Veeva VaultDeprecated
  • Deprecated the UpdateDocument stored procedure.
2025-10-2825.0.9432Veeva VaultAdded
  • Added support for the Update operation on the Documents table.
  • Added the FileData input parameter to the CreateDocument, CreateDocumentVersion, and CreateSchema stored procedures. Use this input parameter to provide the (Base64-encoded) content to be written to the file being created by the stored procedure.
2025-10-0625.0.9410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
2025-10-0225.0.9406Veeva VaultAdded
  • Added the Type, Subtype, Classification, and Lifecycle input parameters to the CreateDocument stored procedure.
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-07-0525.0.9317Veeva VaultAdded
  • Added WorkflowObjects table.
  • Added WorkflowItemObjects table.
  • Added WorkflowTaskObjects table.
  • Added WorkflowTaskItemObjects table.
2025-07-0525.0.9317Veeva VaultChanged
  • Workflows table has been renamed to LegacyWorkflows.
2025-07-0325.0.9315Veeva VaultChanged
  • Updated the APIVersion connection property's default value to 25.1.
2025-07-0125.0.9313Veeva VaultDeprecated
  • Removed the AzureADOpenID AuthScheme in favor of AzureAD.
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-02-2025.0.9182Veeva VaultAdded
  • Exposed several objects as tables.
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-11-2724.0.9097GeneralAdded
  • Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
2024-11-2624.0.9096Veeva VaultAdded
  • Added a new SSO AuthScheme: OKTA.
2024-11-1824.0.9088Veeva VaultDeprecated
  • Deprecated the AzureADOpenID AuthScheme property. Use the AzureAD AuthScheme property instead for better alignment with Azure AD authentication standards.
2024-11-0724.0.9077Veeva VaultAdded
  • Added 1 new column, OnBehalfOf, to the AuditHistory table.
2024-11-0724.0.9077Veeva VaultChanged
  • Updated the default API version supported to 24.2.
2024-05-3124.0.8917Veeva VaultRemoved
  • Removed the Auto AuthScheme option. The default value for the AuthScheme connection property is now Basic.
2024-05-0924.0.8895GeneralChanged
  • The ROUND function previously did not accept negative precision values. That feature has now been restored.
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-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-0923.0.8713cisChanged
  • Salesforce with SSO Adapter reports the Double type as Doule type instead of Decimal type
  • Salesforce with SSO Adapter supports create a table with Clob type column. The Clob type is mapped to Salesforce LongTextArea field.
2023-06-2023.0.8571GeneralAdded
  • Added the new sys_lastresultinfo system table.
2023-04-2523.0.8515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
2022-12-1422.0.8383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
2022-09-3022.0.8308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
2022-09-0222.0.8280Veeva VaultAdded
  • Added binary output support for DownloadDocumentFile. Added FileStream as an input.
2022-08-1522.0.8262Veeva VaultAdded
  • Added binary input support for CreateDocument. Added Content and FileName as inputs for CreateDocument.
  • Added binary input support for CreateDocumentVersion. Added Content and FileName as inputs for CreateDocumentVersion.
  • Added encoded content output support for DownloadDocumentFile. Added FileData and FileName as outputs for DownloadDocumentFile.
2022-05-0522.0.8160Veeva VaultAdded
  • Added the APIVersion connection property. Specify this property to use later or earlier versions of the API.
2021-10-0421.0.7947Veeva VaultAdded
  • Added the following stored procedures: CreateDocument, DownloadDocumentFile, and Updatedocument.
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-06-2921.0.7850Veeva VaultAdded
  • Added support to authenticate using OpenID Connect with the Azure Active Directory (AzureAD) Authorization Server.
2021-05-2021.0.7810Veeva VaultAdded
  • Added support for the ObjectRelationships view. This view is used to list the information for all the relationships that an object has with other objects.
2021-04-2521.0.7785GeneralAdded
  • Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
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.7776GeneralAdded
  • Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
2021-04-1621.0.7776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.
2021-04-1621.0.7776GeneralChanged
  • Updated index naming convention to avoid duplicates.

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