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

Post by Ikar » Mon 31 Oct 2005 13:46

New build of MyDAC version 3.55.0.24 is available for download now.
This version includes:
  • Bug with updating FilterSQL fixed
  • Bug with closing dataset (SQL contains macros) when the InsertSQL property changes fixed
  • Bug with incorrect sequence of calling BeforeClose, BeforeDisconnect events fixed
  • Fixed bug with Master/Detail relations and LOCK clause
  • Fixed bug with Master/Detail relations on string keys that differ in case only
  • Bug with reexecution after SQL statement changed fixed
  • Bug with assertion failure with OnNewRecord fixed
  • Fixed bug with detail refresh when field referenced by MasterFields property is empty
  • Fixed bug with extra detail record posts after master record changed
  • Bug with firing AfterScroll Event after detail dataset refresh fixed
  • Bug with simultaneous use of several DAC products fixed
  • Bug with changing FilterSQL of inactive dataset fixed
  • Bug with column sizing with CRDBGrid.OptionsEx.dgeStretch=True at design-time fixed
  • Bug with TCRColumn.SummaryMode=smLabel for string and date fields fixed
  • Fixed bug with locating, filtering and local sorting of strings that contain '--'
  • Fixed DisposeBuf bug
Core Lab development team
http://www.crlab.com/mydac

Locked