New MyDAC version 5.50 compatible with UniDAC 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.50 compatible with UniDAC released!

Post by Antaeus » Fri 23 May 2008 14:32

Dear users,

Core Lab team is glad to announce a release of the new MyDAC version 5.50.
This version of MyDAC is compatible with our recently released Universal Data Access Components - UniDAC. Also this version adds a new component for metadata retrieval.

More information on MyDAC 5.50.0.34 below:
  • Added compatibility with UniDAC
  • The new component for metadata receiving added
  • Added ability to specify key fields for a dataset
  • Added support of automatic records locking
  • Added support for schema name in TMyStoredProc
  • Improved support of default field values
  • Improved work with master/detail
  • Fixed bug in TMyDump with backup data when database or table name must be quoted
  • Fixed bug with creating UpdateSQL queries when the WHERE clause is empty
  • Fixed bug with freezing when calling Lock for a locked table
  • Fixed bug with freezing when executing some SQL queries
  • Fixed bug with memory leaks on connection failure when Pooling is enabled
  • Fixed bug with calculating fields length for the SHOW CREATE TABLE statement
  • Avoided bug of MySQL 5.0.51 with fields length for SHOW ENGINES statement
Core Lab development team
http://www.crlab.com/mydac

Locked