- 首頁 /
- 構件 /
- ... /
- 資料層 /
- 資料庫存取 /
- PostgreSQL Data Access Components (PgDAC)
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.