PostgreSQL Data Access Components (PgDAC) 7.3.0

Released: Sep 12, 2022

Aggiornamenti in 7.3.0

Funzionalità

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.
  • Added support for PostGIS.
  • Query and Table components add 'CloneCursor' method which allows you to share data between datasets.
  • Improved 'TimeZoneOffset' support for 'TPgTimeStamp'.
  • Improved 'Truncate' method in 'TPgLargeObject' class.
  • Improved performance when exporting to XML.

Correzioni

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