SQLite Data Access Components (LiteDAC) V3.1.3
Released: Sep 19, 2017
Actualizaciones en 3.1.3
Características
- Direct mode is now based on SQLite engine version 3.20.0.
- Added support for custom SQL aggregate functions.
Correcciones
- Bug opening an existing database on iOS 64.
- Bug with international symbols in non-Unicode Delphi versions.
- Bug detecting field types.
- Low performance of LoadFromDataSet method in the Loader component.
- Bug with index backup using the Dump component when TableNames property is set.
- Bug generating SQL for batch updates.
- Bug with the Locate method for non-Windows platforms in Lazarus.
- Bug with the FindFirst, FindLast, FindNext, FindPrior methods in Lazarus.
- Bug accessing product help from the IDE menu.
- Bug recreating fields when calling Open after Prepare.
- An incorrect error message when using the Connect dialog component on mobile platforms.
- AV failure when using calculated fields in TClientDataset
- Key violation error when executing batch operations.
- Bug with Assert when calling Locate method in SmartFetch mode.
- Bug using DAC components in DataModule for Linux.