PostgreSQL Data Access Components (PgDAC) 8.3.0
Released: Sep 27, 2024
8.3.0 버젼 업데이트
기능
- Added support for Embarcadero RAD Studio 12 Athens Release 2.
- Added support for Embarcadero C++Builder 64-bit Windows (Modern) Application Development.
- Added support for Lazarus 3.4.
- Improved performance.
- Added C++Builder demo components for working with SecureBridge.
- Added the WriteBOM property for TPgDumpOptions.
- Added support for the pgvector extension.
- Added the UseGeneratedColumns property for TPgDataSetOptions.
수정사항
- Fixed bug with getting default field values when using a not default public schema.
- Fixed bug with parsing a composite data type.
- Fixed bug with the query when MATERIALIZED is used.
- Fixed bug with Access Violation when converting an empty timestamp value.
- Fixed bug with a user using tables named pg_class.
- Fixed bug with using tables with the same names in different schemas.
- Fixed bug with the query "SHOW ALL" when the FetchAll option is set to False.
- Fixed the transaction bug when using RefreshRecord.
- Fixed bug with parsing numeric data type when using arrays in a query.
- Fixed bug with parsing interval data type.