New build of MyDAC 4.00.1.3 is available!

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 build of MyDAC 4.00.1.3 is available!

Post by Ikar » Fri 02 Sep 2005 08:32

New build of MyDAC version 4.00.1.3 is available for download now.
This version includes:
  • Deferred detail dataset refresh feature with TCustomDADataSet.Options.DetailDelay property added
  • TCustomMyConnection.Ping behavior in case connection loss improved
  • Fixed bug with two Stored Procedures with same names from different databases
  • Fixed bug with locating, filtering and local sorting of strings that contain '--'
  • Fixed DisposeBuf bug
  • Fixed bug with calculating percent in TMyDump.OnRestoreProgress for huge scripts
  • Fixed bug with SHOW statement and TMyConnection.Options.UseUnicode mode
  • Fixed bug with TMyConnection.ExecSQL and recordsets
  • Fixed bug with FieldDefs.Update and multi-statement query
  • Fixed bug with Field.FieldName case sensitivity
  • Fixed bug with reopening recordset after connection lost
  • Fixed bug with old libmysql in MyConnection.Options.Direct = False mode
Core Lab development team
http://www.crlab.com/mydac

Locked