SQLite Data Access Components (LiteDAC) Releases

Released: Jul 9, 2018

Updates in 3.3.6

Funktionen

  • Added support for Lazarus 1.8.4.
  • Improved performance of batch operations.
  • Added demo projects for IntraWeb 14.
  • Added support for WAL in Direct Mode for non-Windows platforms.

Fehlerkorrekturen

  • Fixed memory leak in NEXTGEN.
  • Fixed bug retrieving data in a Detail dataset when SmartFetch is enabled.
  • Fixed bug with AV on macOS High Sierra.
  • Fixed bug updating a record when using the OnFilterRecord event handler.
  • Fixed bug using encryption and CacheCalcFields.
  • Fixed bug using a backslash in...

Released: Apr 2, 2018

Updates in 3.2.5

Funktionen

  • Added support for Lazarus 1.8.2.
  • Now the Detail dataset is not refreshed when editing a Master dataset.

Fehlerkorrekturen

  • Fixed bug executing batch operations with iteration = 1 and offset = 0.
  • Fixed bug re-opening a filtered dataset.
  • Fixed bug with data decryption in SmartFetch mode.
  • Fixed bug with data truncation while decrypting.
  • Fixed bug with the TrimFixedChar dataset option.

Released: Jan 16, 2018

Updates in 3.2.4

Funktionen

  • Added support for Direct Mode in Lazarus.
  • Added Lazarus 1.8 and FPC 3.0.4 support.
  • Added BIT type support.
  • Added support for custom constraints.
  • New UseBlankValues property for Loader component.
  • New TLiteDataSetOptions.UnknownAsString property allows you to map fields of unknown types as ftString instead of ftMemo.
  • New TLiteDataSetOptions.AdvancedTypeDetection property allows you to describe columns that include differnet types of data.

Released: Sep 19, 2017

Updates in 3.1.3

Funktionen

  • Direct mode is now based on SQLite engine version 3.20.0.
  • Added support for custom SQL aggregate functions.

Fehlerkorrekturen

  • 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...

Released: Apr 5, 2017

Updates in 3.0.1

Funktionen

  • Support for RAD Studio 10.2 Tokyo.
  • Support for Linux in RAD Studio 10.2 Tokyo.
  • Support for Lazarus 1.6.4 and Free Pascal 3.0.2.
  • Direct mode is now based on version 3.17.0 of the SQLite engine.

Released: Sep 8, 2016

Updates in 2.7.25

Funktionen

  • Added TDADataSetOptions.InsertAllSetFields property.

Fehlerkorrekturen

  • Fixed several bugs in SmartFetch Mode.
  • Fixed bug setting the TCustomDADataSet.EOF property after a fetch is canceled.
  • Fixed bug with param values loss after changing TDAParam.ValueCount.
  • Fixed bug with PtrOffset function when Overflow Checking option is enabled.
  • Fixed bug with DisposeBuf failed error when canceling dataset changes.
  • Fixed bug with duplicated MacroChar variable.

Released: Jul 27, 2016

Updates in 2.7.24

Funktionen

  • Added TVirtualDataSet component.

Fehlerkorrekturen

  • Fixed assertion failure bug on editing data in SmartFetch mode.
  • Fixed bug using parameters and column aliases in Master-Detail relations.