New ODAC version 6.20 with CodeGear RAD Studio 2007 support released!

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

New ODAC version 6.20 with CodeGear RAD Studio 2007 support released!

Post by Challenger » Fri 28 Sep 2007 14:40

Dear users,

Core Lab team is glad to announce a release of the new ODAC version 6.20.
In this version we introduced support of the new development environment from CodeGear - CodeGear RAD Studio 2007.

More information on ODAC 6.20.0.11 below.

New features:
  • CodeGear RAD Studio 2007 supported
  • The TOraDataSet.Options.PrepareUpdateSQL property added
  • Added support for quoted Username/Password in the ConnectString property
  • Added the OnProgress event in TOraLoader
  • Added ability to send the DataSetChange event after dataset open
  • Changed behavior of TOraLob.FreeLob method to call FreeTemporary only if CreateTemporary was called
  • Optimized memory utilization when loading XML files by the TVirtualTable.LoadFromFile method
  • Improved color schema of syntax higlighting with SynEdit
Bug fixes:
  • Bug with calling stored functions with default parameters fixed
  • Bug with generating update SQL for detail table in master/detail relationship fixed
  • Bug with describing stored procedures with table parameters in Direct mode fixed
  • Bug with detecting read-only fields in datasets fixed
  • Bug with not closed cursors with the AutoClose option set to True fixed
  • Bug when Required property of ROWID fields is set to True fixed
  • Bug with performing full refresh on tables with nested types fixed
  • Bug with using the Filter property for FindFirst and similar methods when Filtered is False fixed
  • Bug with calling First after changing UpdateRecordTypes in Edit mode fixed
  • Bug with commiting updates in CachedUpdates mode fixed
  • Bug with ODAC custom field types registration at design-time fixed
  • Bug with Disconnected Model and Pooling fixed
  • Bug with querying of fields information in AutoClose mode fixed
  • Error on reading complex attributes from NULL objects fixed
  • Bug with empty server list in connect dialog fixed
  • Bug with displaying in debug window ftDateTime parameter values without time part fixed
  • Bug with GetOraServerList returning nothing when an empty string is passed as HomePath fixed
  • Bug with save/load data to/from XML fixed
  • Assert with TCRBatchMove and BLOB fields fixed
  • Bug with IDE startup failure fixed
  • Avoided design-time bug with UniSynEdit fixed
Core Lab development team
http://www.crlab.com/odac

Locked