What's new in dbExpress Driver for SQLite 5.2.1

May 9, 2024
  • Added support for RAD Studio 12 Athens Release 1
  • Now the Direct mode is based on version 3.45.2 of the SQLite engine
  • Added support for automatic detection of transaction state when the transaction is controlled by an SQL statement

New in dbExpress Driver for SQLite 5.2.0 (Nov 15, 2023)

  • Added support for RAD Studio 12
  • Added support for macOS Sonoma
  • Now the Direct mode is based on version 3.42.0 of the SQLite engine
  • Fixed setting the EnableLoadExtension driver option bug
  • Fixed bug with incorrect execution of an SQL statement that contains a comment at the end

New in dbExpress Driver for SQLite 5.1.1 (Mar 29, 2023)

  • Added support for RAD Studio 11 Alexandria Release 3
  • Improved reading fields of the BLOB family

New in dbExpress Driver for SQLite 5.1.0 (Sep 27, 2022)

  • Added support for RAD Studio 11 Alexandria Release 2
  • Now the Direct mode is based on version 3.39.2 of the SQLite engine

New in dbExpress Driver for SQLite 5.0.1 (Sep 16, 2021)

  • RAD Studio 11 Alexandria is supported
  • macOS ARM target platform is supported
  • Added the IntegerAsLargeInt option for the Connection component

New in dbExpress Driver for SQLite 4.3.1 (Jul 16, 2021)

  • The JournalMode option in the Connection component is added
  • The LockingMode option in the Connection component is added
  • The Synchronous option in the Connection component is added
  • Performance with default values of the new options is significantly improved

New in dbExpress Driver for SQLite 4.1.2 (Nov 28, 2019)

  • Now Trial edition for macOS and Linux is fully functional

New in dbExpress Driver for SQLite 4.0.1 (Nov 28, 2019)

  • Release 2 for RAD Studio 10.3 Rio, Delphi 10.3 Rio, and C++Builder 10.3 Rio is now required
  • Now the Direct mode is based on the version 3.27.2 of the SQLite engine

New in dbExpress Driver for SQLite 3.10.15 (Dec 12, 2018)

  • RAD Studio 10.3 Rio is supported
  • Now the Direct mode is based on the SQLite engine version 3.20.0

New in dbExpress Driver for SQLite 3.9.14 (Apr 19, 2017)

  • RAD Studio 10.2 Tokyo is supported
  • Now the Direct mode is based on the SQLite engine version 3.17.0

New in dbExpress Driver for SQLite 3.8.13 (Dec 8, 2016)

  • Bug with incorrect field size is fixed

New in dbExpress Driver for SQLite 3.8.12 (Jun 24, 2016)

  • RAD Studio 10.1 Berlin is supported.
  • Now the Direct mode is based on the SQLite engine version 3.12.0.
  • Support for URI filenames is added.

New in dbExpress Driver for SQLite 3.7.11 (Jun 24, 2016)

  • Now the Direct mode is based on the SQLite engine version 3.10.2
  • Bug with AV on calling TSQLDataSet.Close is fixed.

New in dbExpress Driver for SQLite 3.7.10 (Jun 24, 2016)

  • RAD Studio 10 Seattle is supported.
  • Now Trial for Win64 is a fully functional Standard Edition.
  • Now the Direct mode is based on the SQLite engine version 3.8.11.1.

New in dbExpress Driver for SQLite 3.6.9 (Apr 22, 2015)

  • RAD Studio XE8 is supported
  • Now the Direct mode is based on the SQLite engine version 3.8.9
  • Direct mode for Mac OS X platform is supported
  • Database encryption for Mac OS X platform is supported
  • Bug with TWideMemoField data size is fixed

New in dbExpress Driver for SQLite 3.5.8 (Sep 24, 2014)

  • Bug with fetching WideString fields is fixed

New in dbExpress Driver for SQLite 3.5.7 (Sep 24, 2014)

  • RAD Studio XE7 is supported
  • Now the Direct mode driver is based on the SQLite engine version 3.8.6
  • Bug with setting EnableLoadExtension option is fixed

New in dbExpress Driver for SQLite 3.4.6 (May 31, 2014)

  • RAD Studio XE6 is supported
  • Now the Direct mode driver is based on the SQLite engine version 3.8.4.3
  • The EnableLoadExtension connection parameter is added
  • Bug with setting TParam.AsBlob := '' is fixed

New in dbExpress Driver for SQLite 3.3.5 (May 31, 2014)

  • RAD Studio XE5 Update 2 is now required
  • Bug with mapping to BCD fields when using TClientDataSet is fixed

New in dbExpress Driver for SQLite 3.3.4 (Dec 30, 2013)

  • Rad Studio XE5 is supported
  • Now the Direct mode driver is based on the SQLite engine version 3.8.0.2
  • The 'True' Boolean value is now saved in the database as 1
  • Bug with retrieving indexes is fixed
  • Bug with an incorrect datetime (date, 'localtime') function result in the Direct mode driver is fixed
  • Bug with detecting auto-increment fields is fixed

New in dbExpress Driver for SQLite 3.2.3 (May 31, 2013)

  • Rad Studio XE4 is supported
  • Assembly registration without .NET SDK installed is improved
  • The 'Unexpected data type 25' error in Delphi 2007 is fixed
  • Memory leak when retrieving metadata is fixed
  • Now SQLite string data type without length is mapped as ftMemo instead of ftString
  • Bug with incorrect column type determination when metadata API is unavailable is fixed
  • Rad Studio XE3 Update 1 is now required
  • C++Builder 64-bit for Windows is supported
  • DateFormat & TimeFormat options are added
  • Rad Studio XE3 is supported
  • Windows 8 is supported
  • Data Explorer is supported
  • dbExpress 4 metadata is supported
  • A new driver for working in Direct mode is added
  • The ForeignKeys and ForceCreateDatabase properties are added
  • The EncryptionAlgorithm property is added for Direct mode driver
  • The bug with setting the VendorLib property to a value different from "sqlite3.dll" is fixed

New in dbExpress Driver for SQLite 2.1.3 (Apr 6, 2012)

  • Update 4 for RAD Studio XE2, Delphi XE2, and C++Builder XE2 is now required
  • Bug with detecting PRIMARY KEY containing quoted fields is fixed

New in dbExpress Driver for SQLite 2.1.2 (Dec 28, 2011)

  • Update 2 for RAD Studio XE2, Delphi XE2, and C++Builder XE2 is now required

New in dbExpress Driver for SQLite 2.0.1 (Oct 20, 2011)

  • Embarcadero RAD Studio XE2 supported
  • Application development for 64-bit Windows is supported
  • FireMonkey and VCL/LCL compatibility added
  • Support of master/detail relationship for TVirtualTable is added
  • OnProgress event in TVirtualTable is added