PostgreSQL Data Access Components (PgDAC) 7.4.0

Released: Mar 17, 2023

7.4.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for PostgreSQL 15.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to restore from file with TEncoding via the Dump component.
  • Improved process of getting extended field info.
  • The SetRange will now function according to the case sensitivity of keywords in IndexFieldNames.

不具合の修正

  • Fixed bug with array types in the Dump component.
  • Fixed bug with extra connections in GetType methods.
  • Fixed bug with reading fields of type REAL using the Auto protocol.
  • Fixed bug with writing Bytea type in Batch operations.
  • Fixed bug with using "ON CONFLICT RETURNING" in batch operations.
  • Fixed bug with the "Range Check Error" exception when reading BLOB data.
  • Fixed problem with handling fields of type REAL.
  • Fixed bug with TIMESTAMPTZ fields.