New MyDAC version 5.10 with C++Builder 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
Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

New MyDAC version 5.10 with C++Builder 2007 support released!

Post by Ikar » Thu 14 Jun 2007 15:23

Dear users,

Core Lab team is glad to announce a release of the new MyDAC version 5.10.
In this version we introduced support of the new development environment from CodeGear - C++Builder 2007.

More information on MyDAC 5.10.0.9 below.
New features:
  • C++Builder 2007 supported
  • Extended ability to detect MySQL boolean constants
  • Added ability to customize information view about fields in DataSetManager
  • Performance of some operations in DataSet Manager improved
  • The MySQLBuilder tool has been renamed to SQLBuilder for MySQL
Bug fixes:
  • Bug with the BaseSQL property set to an empty string after assigning macro values fixed
  • Bug with incorrect registry key used by connect dialog to save/load the Server value fixed
  • Bug with refreshing records in detail dataset fixed
  • Fixed bug with lookup and data fields with the same name
  • Fixed bug with calling the RefreshRecord method when the FullRefresh option is True
  • Fixed bug with raising exceptions when locating records on filtered recordsets
  • Minor bugs in DataSet Manager fixed
  • Avoided MySQL bug with truncating BLOB values affected by flow control constructs
  • Removed restriction on datasets that TMyDataSource can be associated with
Core Lab development team
http://www.crlab.com/mydac

Locked