Updated LiteDAC 3.1 is already released!

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

Updated LiteDAC 3.1 is already released!

Post by Devart » Thu 21 Sep 2017 09:05

Dear users,

Updated LiteDAC 3.1 is available for download now!

In this version:
  • Now the Direct mode is based on the SQLite engine version 3.20.0
  • Custom SQL aggregate functions are supported
  • Bug with opening an existing database on iOS 64 is fixed
  • Bug with international symbols in non-Unicode Delphi versions is fixed
  • Bug with detecting field types is fixed
  • Bug with low performance of the LoadFromDataSet method of the Loader component is fixed
  • Bug with index backup using the Dump component when the TableNames property is set is fixed
  • Bug with generating SQL for batch updates is fixed
  • Bug with the Locate method for non-Windows platforms in Lazarus is fixed
  • Bug with the FindFirst, FindLast, FindNext, FindPrior methods in Lazarus is fixed
  • Bug with accessing a product help from the IDE menu is fixed
  • Bug with recreating fields when calling Open after Prepare is fixed
  • Bug with an incorrect error message when using the Connect dialog component on mobile platforms is fixed
  • Bug with AV failure when using calculated fields in TClientDataset is fixed
  • Bug with a key violation error when executing batch operations is fixed
  • Bug with Assert when calling the Locate method in the SmartFetch mode is fixed
  • Bug with using DAC components in DataModule for Linux is fixed
Devart Development Team
http://devart.com/litedac/

Locked