New MyDAC version 8.1.3 is available for download now!

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New MyDAC version 8.1.3 is available for download now!

Post by Devart » Thu 19 Sep 2013 13:42

Dear users,

the new MyDAC version 8.1.3 is available for download now.

In this version:
  • RAD Studio XE5 is supported
  • Application development for Android is supported
  • Lazarus 1.0.12 is supported
  • IPv6 protocol support is added
  • MariaDB is supported
  • Performance is improved
  • Automatic checking for new versions is added
  • Flexible management of conditions in the WHERE clause is added
  • Support of the IN keyword in the TDataSet.Filter property is added
  • Like operator behaviour when used in the Filter property is now similar to TClientDataSet
  • The possibility to use ranges is added
  • The AllowImplicitConnect option for the TMyConnection component is added
  • The SQLRecCount property for the TMyQuery and TMyStoredProc components is added
  • The ScanParams property for the TMyScript component is added
  • The RowsAffected property for the TMyScript component is added
  • ConnectionTimeout is now used when disconnecting after connection loss
  • Bug in TDALoader with data loading from Dataset when the FetchAll option is set to False is fixed
  • Bug with TDALoader.LoadFromDataSet is fixed
  • Bug with storing the dbMonitor active state to DFM is fixed
  • Bug with setting ConnectionTimeout for Unix, Mac OS and iOS platforms is fixed
  • Bug with incorrect displaying of long names of parameters and macros in design-time is fixed
  • Bug with processing cached data when UpdateRecordTypes is not default is fixed
  • Bug with moving data from WideMemo to String fields by TCRBatchMove is fixed
  • Bug in TCRBatchMove when destination dataset has no key fields is fixed
  • Bug with TCRBatchMove and DataSets in the UniDirectional mode is fixed
  • Bug with showing a connection dialog in design-time when LoginPrompt is set to False is fixed
  • Bug with setting the connection string containing inline comments is fixed
  • Bug with unnecessary unlock calling after an update error is fixed
  • Bug in TMyScript with script parsing is fixed
  • Bug with AssignConnect from a disconnected source connection is fixed
  • Bug with processing large FmtBCD fields is fixed
  • Bug with opening a table with timestamp fields when Charset is set to 'UTF8' is fixed
Devart development team
http://www.devart.com/mydac

Locked