TDV Adapter for Microsoft Project

Build 23.0.8839

Changelog

General Changes

DateBuild
Number
Change
Type
Description
11/29/20238733GeneralChanged
  • 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/09/20238713cisChanged
  • Salesforce with SSO Adapter reports the Double type as Doule type instead of Decimial type
  • Salesforce with SSO Adapter supports create a table with Clob type column. The Clob type is mapped to Salesforce LongTextArea field.
10/24/20238697Microsoft ProjectChanged
  • The default value for the hidden connection property IncludeReferenceColumn has changed to false and the ParentReference columns will no longer be list by default.
06/20/20238571GeneralAdded
  • Added the new sys_lastresultinfo system table.
05/04/20238524Microsoft ProjectRemoved
  • Removed the Search stored procedure.
04/25/20238515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
12/15/20228384Microsoft ProjectAdded
  • Added support for AzureAD authentication. Users can authenticate with any app registered on the Azure Portal by specifying the OAuthClientId and OAuthClientSecret in the connection properties. The authentication process can be customized by specifying properties like Scope, CallbackURL and AzureTenant.
12/14/20228383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
09/30/20228308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
09/02/20217915GeneralAdded
  • Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
08/07/20217889GeneralChanged
  • Added the KeySeq column to the sys_foreignkeys table.
08/06/20217888GeneralChanged
  • Added the new sys_primarykeys system table.
04/30/20217790Microsoft ProjectChanged
  • Changed the sensitivity of the State property to no longer be sensitive. It was mistakenly marked with password sensitivity.
04/25/20217785GeneralAdded
  • Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
04/23/20217783GeneralChanged
  • 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/20217776GeneralAdded
  • Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
04/16/20217776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.

Changed
  • Updated index naming convention to avoid duplicates.
04/13/20217773Microsoft ProjectChanged
  • The OneLogin method we used previously has been deprecated by OneLogin. We have updated our design to use the latest version of the OneLogin API, which now requires a seperate OAuthClientId and OAuthClientSecret associated with your OneLogin app to be passed in through SSOProperties. The APIKey that was formerly passed in through SSOProperties for OneLogin is removed.
03/26/20217755Microsoft ProjectDeprecated
  • The UseSSO connection property is deprecated. You should select the preferred SSO scheme directly from the AuthScheme connection property instead.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839