Version 2.5.7 (May 7, 2007)
CodeGear RAD Studio 2007 (Delphi 2007) support added. New high-performance
TmySQLDirectQuery component added. Several bugs fixed.
You're welcome to download the DAC for MySQL v2.6.0 right now at:
http://microolap.com/products/connectivity/mysqldac/download/ ,
or login to your private area on our site at
http://microolap.com/my/downloads/What's new:
[*] CodeGear RAD Studio 2007 (Delphi 2007) support added
[*] New high-performance TmySQLDirectQuery component added
(
http://microolap.com/products/connectivity/mysqldac/help/TMySQLDirectQuery/TMySQLDirectQuery.htm for details)
[*] Exceptions refactoring. Now all exceptions classes are derived
from base EMySQLDACException class (Perhaps, you'll need to add "mySQLExceptions" unit to
your uses list)
[+] Ability to split rows by ExtInsertsCount values while dumping with
ExtInsert option with TmySQLDump component
[+] TField.Origin property is filled with table name and original
field name (run-time only)
[+] CanModify property of TmySQLQuery component is set to False if
"SELECT ..." query doesn't contain any unique indexed fields
[-] Sometimes "there can be only one auto column and it must be
defined as a key" error was raised in TmySQLTable.CreateTable()
[-] Values of DECIMAL fields were not sorted properly on client side
(with SortBy() method or SortFieldNames property)
[-] "Master-detail treats NULL values as non-NULL" bug fixed
[-] Updates of TmySQLQuery were failed in RequestLive mode if table
name in query was followed by semicolon (ex. "select * from t;")
[-] NULL values were treated as 0 or empty string (depends on
datatype) while updating TmySQLQuery with TmySQLUpdateSQL component
[-] "The TmySQLDataset.Filter property does not work with int64
(bigint) fields" bug fixed
[-] Fields from "SELECT '' AS test FROM dual" were not recognized
[-] All records were updated in RequestLive mode if index field was
defined as "BIGINT UNSIGNED"
[-] Bugs with BLOB fields handling