ODAC Changelog

What's new in ODAC 9.5.18

Aug 22, 2015
  • Critical bug with data encryption is fixed
  • Bug with DML array of Int64 values is fixed
  • Bug in IProviderSupport.PSExecuteStatement with parsing a SQL query is fixed
  • Bug with missing IdeVer.inc in Trial version is fixed

New in ODAC 9.5.16 (Jun 23, 2015)

  • Bug with DMLs that return an error from Oracle 11.2.0.4 or higher in the Direct mode is fixed
  • Bug with the RETUNING clause in a statement, that contains parameters with the same name, in the Direct mode is fixed
  • Bug with using bookmarks in a filtered dataset is fixed
  • Bug with restoring the original order of records after clearing IndexFieldNames is fixed
  • Bug with refreshing DbLookupComboBox of the detail dataset when Master-Detail relationship is used is fixed
  • Bug with SQL Monitor freezing when using in a DLL is fixed

New in ODAC 9.5.15 (Apr 15, 2015)

  • RAD Studio XE8 is supported
  • AppMethod is supported
  • Direct mode in Lazarus is supported
  • Now the Direct mode is supplied as source code
  • Support for Objects in the Direct mode is added
  • Support for XML in the Direct mode is added
  • Support for EZCONNECT in the Direct mode is added
  • Support for fields with Cursor data type in the Direct mode is added
  • Now statements with RETURN INTO clauses can return RowsAffected in the Direct mode
  • Bug with auto-commit transaction on closing TOraSmartQuery with SmartRefresh=True is fixed
  • Bug with detecting instant client is fixed
  • Bug with detecting default client is fixed
  • Bug with "Invalid field size" when creating fields in Delphi 5 is fixed
  • Bug with memory leak after calling GetFieldNames is fixed
  • Bug with invalid names of Master-Detail parameters is fixed
  • Bug with the 'Cannot convert type' error in the TDADataSet.RefreshRecord method when data type mapping is used is fixed
  • Bug with AV failure in the SmartFetch mode is fixed
  • Bug with AV on calling GetVersion() in C++Builder is fixed

New in ODAC 9.4.14 (Jan 22, 2015)

  • Lazarus 1.2.6 is supported
  • Bug with the "Input\Output error(5)" error on Connect for non-Windows platforms is fixed
  • Bug with getting package variable values is fixed
  • Bug with double calling the AfterExecute event on query Execute is fixed
  • Bug with RestoreUpdates in CachedUpdates mode is fixed
  • Bug with losing data after VirtualTable closing on SaveToStream is fixed

New in ODAC 9.4 (Sep 17, 2014)

  • RAD Studio XE7 is supported
  • Lazarus 1.2.4 is supported
  • RAC server support is improved
  • Support for WITH FUNCTION clause for Oracle 12c is added
  • GetServerList doesn't cut the WORLD postfix anymore
  • The HideRowId option is added
  • Demo projects for FastReport 5 are added
  • The TCustomDADataSet.GetKeyFieldNames method is added
  • The ConstraintColumns metadata kind for the TDAMetadata component is added
  • Workaround for the bug with calling Halt in the OnCreate event is added

New in ODAC 9.1 (Sep 30, 2013)

  • RAD Studio XE5 is supported
  • Application development for Android is supported
  • Lazarus 1.0.12 is supported
  • Performance is improved
  • Automatic checking for new versions is added
  • The possibility to use conditions is added
  • IPv6 protocol support is added
  • The possibility to use ranges is added
  • Support of the IN keyword in the TDataSet.Filter property is added
  • Like operator behaviour when used in the Filter property is now similar to TClientDataSet
  • The AllowImplicitConnect option for the TOraSession component is added
  • The SQLRecCount property for the TOraQuery and TOraStoredProc components is added
  • The ScanParams property for the TOraScript component is added
  • The RowsAffected property for the TOraScript component is added
  • The UROWID data type is supported in the Direct mode

New in ODAC 9.0 (Jul 18, 2013)

  • Rad Studio XE4 is supported
  • NEXTGEN compiler is supported
  • Application development for iOS is supported
  • FPC 2.6.2 and Lazarus 1.0.8 are supported
  • BINARY_DOUBLE & BINARY_FLOAT data types support in the Direct mode is added
  • Connection string support is improved
  • Possibility to encrypt entire tables and datasets is added
  • Possibility to determine if data in a field is encrypted is added
  • Support for TimeStamp, Single and Extended fields in VirtualTable is added