PgDAC 7.0 for RAD Studio 11 Alexandria

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

PgDAC 7.0 for RAD Studio 11 Alexandria

Post by Devart » Wed 22 Sep 2021 09:17

We're excited to announce support for the new RAD Studio 11 Alexandria in PgDAC. Additionally, we supported ARM (Apple Silicon M1).

What's new in this release:
  • RAD Studio 11 Alexandria is supported
  • macOS ARM is supported
  • Added demo project for FastReport FMX
  • Fixed bug with processing UUID fields
  • Fixed bug with processing large OID values
  • Fixed bug with the incorrect encoding of error messages
  • Fixed bug with the incorrect RowsAffected result of the WITH ... statement
  • Fixed bug with error when setting the "0" value for a currency field
  • Fixed bug with automatic conversion of null values from SQL subqueries to default values
  • Fixed bug with processing IDENTITY fields in the PgDump component
  • Fixed bug with CanModify = False in the Table component when opening a temporary table
  • Fixed bug with using the Dump component with PostgreSQL version 8.1 and earlier
  • Fixed bug with executing stored procedures in PostgreSQL version 8.1 and earlier
  • Fixed bug with using batch inserts in PostgreSQL version 8.2 and earlier
  • Fixed bug with setting a DateTime value before the year 1800 to TTimeField
  • Fixed bug with using a BLOB field in the IndexFieldNames property of the DataSet component
  • Fixed bug with memoty leak on Locate by field with data type mapping
  • Fixed bug with escaping wildcards in the Filter property of the DataSet component

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

Post Reply