Lançamentos do SQLite Data Access Components (LiteDAC)

Released: Mar 2, 2021

Atualizações na 4.4.1

Recursos

  • Added support for Embarcadero RAD Studio 10.4.2 Sydney.
  • Added support for Apple macOS 11 Big Sur.
  • Added support for Apple iOS 14.
  • Added support for Android 11.
  • Added JournalMode option to the Connection component.
  • Added LockingMode option to the Connection component.
  • Added Synchronous option to the Connection component.
  • Improved batch operation performance.
  • Improved performance of the FindFirst, FindNext, FindLast and FindPrior methods.

Correções

  • Fixed bug with setting the ReadOnly...

Released: Sep 14, 2020

Atualizações na 4.3.2

Recursos

  • Release 1 is now required for RAD Studio 10.4 Sydney, Delphi 10.4 Sydney and C++Builder 10.4 Sydney.

Correções

  • Fixed the incompatibility of DatasetManager with RAD Studio 10.4 Release 1.

Released: Aug 26, 2020

Atualizações na 4.3.1

Recursos

  • Added support for Lazarus 2.0.10 and Free Pascal Compiler (FPC) 3.2.0.
  • Improved the performance of Batch Insert, Update and Delete operations.

Correções

  • Fixed a bug when mapping data type to the ftLargeint field type.

Released: Jun 1, 2020

Atualizações na 4.2.4

Recursos

  • Added support for RAD Studio 10.4 Sydney.
  • Added support for Lazarus 2.0.8.
  • Added support for macOS 64-bit in Lazarus.

Released: Mar 10, 2020

Atualizações na 4.1.3

Correções

  • Fixed bug installing different editions of two or more DACs in a single system.
  • Fixed bug opening a query containing aggregate fields with the SmartFetch property set to True.
  • Fixed bug with SQL statements that contain fields with the same name from different tables.
  • Fixed bug executing SQL statements that contain comments using the Script component.
  • Fixed bug resetting the value of the parameter after adding a new TDACondition.
  • Fixed bug reading a field value using the AsBytes method...

Released: Nov 26, 2019

Atualizações na 4.1.2

Recursos

  • Support for Android 64-bit.
  • Support for Lazarus 2.0.6.

Released: Jul 22, 2019

Atualizações na 4.0.1

Recursos

  • Added support for macOS 64-bit.

Released: Jun 24, 2019

Atualizações na 3.5.11

Recursos

  • Added support for Lazarus 2.0.2.
  • Direct mode is now based on version 3.27.2 of the SQLite engine.
  • Improved multi-threading support.
  • Added DefaultSortType property for TVirtualTable.
  • Improved performance of TVirtualTable SaveToFile/LoadFromFile methods.

Released: Jan 21, 2019

Atualizações na 3.4.10

Recursos

  • Direct mode is now based on SQLite engine version 3.26.0.

Released: Nov 26, 2018

Atualizações na 3.4.9

Recursos

  • RAD Studio 10.3 Rio support.
  • Added support for BreakExec method in Query component.
  • Added support for UPPER and LOWER functions for Unified SQL.