PostgreSQL Data Access Components (PgDAC) Releases

Released: Mar 10, 2020

Updates in 6.1.3

Fixes

  • Fixed bug installing different editions of two or more DACs in a single system.
  • Fixed bug executing a query which has a param of type date.
  • Fixed bug with AV on closing an application that uses the Alerter component.
  • Fixed bug with an incorrect value of the RowsAffected property when executing an INSERT ... RETURNING statement.
  • 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...

Released: Nov 26, 2019

Updates in 6.1.2

Features

  • Support for Android 64-bit.
  • Support for Lazarus 2.0.6.
  • Support for PostgreSQL 12.
  • Support for OpenSSL 1.1 library.

Released: Jul 22, 2019

Updates in 6.0.1

Features

  • Added support for macOS 64-bit.
  • Added TPgConnectionSSLOptions.IgnoreServerCertificateInsecurity property.

Released: Jun 24, 2019

Updates in 5.4.10

Features

  • Added support for Lazarus 2.0.2.
  • Added TVirtualTable DefaultSortType property.
  • Improved performance of TVirtualTable SaveToFile/LoadFromFile methods
  • Added pmAuto value for the specific ProtocolVersion.
  • Now ProtocolVersion is set to pmAuto by default, which significantly improves performance.
  • Added mVerifyCA and smVerifyFull options for the SSLMode in the TUniConnection component.
  • Added possibility to use function calls in batch operations.

Released: Nov 26, 2018

Updates in 5.3.8

Features

  • RAD Studio 10.3 Rio support.
  • PostgreSQL 11 support.
  • Added support for UPPER and LOWER functions for Unified SQL.

Released: Jul 9, 2018

Updates in 5.2.6

Features

  • Added support for Lazarus 1.8.4.
  • Improved performance of batch operations.
  • Added support for HTTP/HTTPS tunneling.
  • Added demo projects for IntraWeb 14.

Fixes

  • Fixed memory leak in NEXTGEN.
  • Fixed bug retrieving the result recordset when using an INSERT ... RETURNING statement in batch operations.
  • Fixed bug with slow performance when inserting data into a table that has domain fields.
  • Fixed connection error using SSL on some servers.
  • Fixed bug updating a record when using the...

Released: Apr 2, 2018

Updates in 5.1.5

Features

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

Fixes

  • 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 assertion failure when using local filter with GUID field.
  • Fixed bug executing batch operations when a SQL statement contains function calls as values...

Released: Jan 18, 2018

Updates in 5.1.4

Features

  • Added support for PostgreSQL 10.1.
  • Added support for Lazarus 1.8 and FPC 3.0.4.
  • Added support for custom constraints.
  • New UseBlankValues property added to Loader component.

Fixes

  • Fixed bug mapping jsonb fields.
  • Fixed bug with the FieldDefs.Update method of a dataset when using version 3.0 protocol.
  • Fixed bug reading GUID data on mobile platforms.
  • Fixed bug calling RefreshRecord when setting FullRefresh to True and using encryption.
  • Fixed bug with assertion failure when adding Calculated...

Released: Sep 19, 2017

Updates in 5.1.3

Features

  • Adds support for SSPI authentication.
  • Improves GUID data type processing.

Fixes

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

Released: Apr 5, 2017

Updates in 5.0.1

Features

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