New version of PgDAC 7.3 is available!

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New version of PgDAC 7.3 is available!

Post by Devart » Fri 16 Sep 2022 08:55

Dear users!

We are glad to announce the release of the PgDAC 7.3 with the support for RAD Studio 11 Alexandria Release 2, Lazarus 2.2.2, iOS 15, and Android 12.

What's new in this release:
  • Added support for PostGIS
  • Added the CloneCursor method for Query and Table components that allows sharing data between datasets
  • Improved TimeZoneOffset support for TPgTimeStamp
  • Improved the Truncate method of the TPgLargeObject class
  • Improved the performance of exporting to XML
  • Fixed bug with executing a SELECT statement via the Execute method of the Query component
  • Fixed bug with the Ping method of the Connection component when the MultipleConnections property is set to False
  • Fixed bug with the "Record was changed by another user" exception when editing a dataset that contains double precision fields
  • Fixed bug with "Invalid TimeStamp string" when the date has YYYY-MM-DD format
  • Fixed bug when a connection string parameter value contains a single quote
  • Fixed bug with international characters in error messages

Devart Development Team
https://www.devart.com/pgdac/

Locked