PostgreSQL Data Access Components (PgDAC) 8.3.2

Released: Jan 20, 2025

8.3.2 での更新項目

機能

  • Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.

不具合の修正

  • Fixed a bug with parsing parameters in anonymous blocks.
  • Fixed a bug with parsing dollar-quoted blocks.
  • Fixed an issue with the '.' time separator.
  • Fixed an issue with the precision of values in PgTime and PgTimeStamp.
  • Fixed an issue with the AutoCommit behavior that occurred when using Execute for batch operations.
  • Fixed a bug related to the use of multiple schemas.
  • Fixed an issue with ENUM data types in dumps.
  • Fixed an issue with the CHAR data type.
  • Fixed an issue with array data types in dumps.
  • Fixed an issue with the SaveToXML method of the TMemDataSet class and its descendants, which occurred when saving UUID fields.
  • Fixed a bug that occurred when calling the RefreshRecord method with FullRefresh set to True.
  • Fixed an issue with processing the Filter property of a dataset that occurred when it included the NOT operation.
  • Fixed an issue with using subfunctions in a filter.