New MyDAC version 5.20 with CodeGear RAD Studio 2007 support released!

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

New MyDAC version 5.20 with CodeGear RAD Studio 2007 support released!

Post by Antaeus » Fri 28 Sep 2007 14:30

Dear users,

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

More information on MyDAC 5.20.0.11 below.

New features:
  • CodeGear RAD Studio 2007 supported
  • Added the OnProgress event in TMyLoader
  • Improved color schema of syntax highlighting with SynEdit
  • Optimized memory utilization when loading XML files by the TVirtualTable.LoadFromFile method
  • Added an option to include the field list in INSERT queries generated by TMyDump
  • Added ability to send the DataSetChange event after dataset open
  • Now TMyConnection.GetTableNames returns an empty list when Database is not set
Bug fixes:
  • 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 Disconnected Model and Pooling
  • Fixed bug with committing updates in CachedUpdates mode
  • Fixed Assert with TCRBatchMove and BLOB fields
  • Avoided design-time bug with UniSynEdit
  • Bug with save/load data to/from XML fixed
  • Fixed bug with IDE startup failure
  • Fixed bug with locking records in detail datasets
  • Fixed bug with parameters and string constants in Unicode mode
  • Fixed bug with MySQL Developer Tools integration under Windows Vista
  • Fixed bug with the GetFieldEnum method and MySQL 4.1
  • Fixed bug with truncation results for the SHOW CREATE PROCEDURE command
  • Fixed bug with design-time editor of MyEmbConnection
  • Avoided MySQL bug with field length returned by the SHOW CREATE PROCEDURE statement
Core Lab development team
http://www.crlab.com/mydac

Locked