What's New - Version 3.7.0
Core:
- Support for Oracle 19c Database has been added.
odp.net.managed.121.1.2
library has been replaced withoracle.manageddataaccess.19.14.0
.- Deprecated
System.Data.OracleClient
class by Microsoft has been replaced withOracle.ManagedDataAccess.Client
class by Oracle.
- A problem with
fc_next_num_scheme
stored procedure returning invalid object identifiers while using Oracle database has been fixed.
- Support for Oracle 19c Database has been added.
Foundation:
- New property
TimeZoneConversions
has been added to facilitate column exclusion from being converted to local time zone. - New connection string parameters:
Integrated Security=SSPI;
andPersist Security Info=True;
can be used to log into the database using current Windows login credentials. - New property
Username
has been added toFCApplication
class to allow setting user name for login instead of specifying it via database connection string.
- New property
API Toolkits:
- Support Toolkit:
- Fixed a breaking change in 3.6.0 that added an extra property to the modify_case, modify_subcase, and change_contact APIs. The OnlyOpen property was supposed to be added only to the .Net APIs via the UpdateCaseSetup, UpdateSubcaseSetup, and ChangeCaseContactSetup objects. The COM APIs should not have been changed.
- Support Toolkit:
Workflow:
- Workflow Manager actions now set Impersonator's User Name on activity entry when user impersonation is engaged.
Installer:
Oracle.ManagedDataAccess.dll
gets installed into Windows GAC during fcSDK installation. This library gets uninstalled from GAC when fcSDK is uninstalled.- Important for Oracle database users: the
fc_next_num_scheme
stored procedure must be replaced with the one included in the "oracle_sprocs_post9.sql" file located in the 'sprocs' folder underneath the fcSDK installation path, see fcSDK Installation Guide.