New build of MyDAC 5.20.1.14 is available!

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

New build of MyDAC 5.20.1.14 is available!

Post by Challenger » Tue 19 Feb 2008 12:15

New build of MyDAC 5.20.1.14 is available for download now.
This build includes:
  • Enhanced local sorting with new options (DefaultSortType option, BIN sort type in IndexFieldNames)
  • Added support for SQLInsert, SQLUpdate, SQLDelete properties for updating with TDataSetProvider
  • Improved bookmarks comparison
  • Improved stability of the TMyEmbConnection component
  • Added TCustomMyConnectionOptions.OptimizedBigInt property to map LargeInt fields to Integer fields
  • Added TMyDataSetOptions.BinaryAsString property for processing Binary fields
  • Fixed bug with corrupting BLOB fields on CancelUpdates method call
  • Fixed bug with accessing persistent BLOB fields in closed dataset
  • Fixed bug with including fields from wrong table into update queries
  • Fixed bug with updating tables whose names contain special symbols like spaces
  • Fixed bug in TMyDump with backup data in Unicode mode
  • Fixed bug with fetching BLOB data when using MySQL client library
  • Fixed bug with memory leak in FetchAll=False mode
  • Fixed bug with case of table names in demo projects
Core Lab development team
http://www.crlab.com/mydac

Locked