PostgreSQL Data Access Components (PgDAC) 9.0.1

Released: Dec 26, 2025

Updates in 9.0.1

Funktionen

  • Added support for Lazarus 4.4.
  • Improved handling of the SET TIMEZONE command.
  • Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.

Fehlerkorrekturen

  • Fixed an issue where creating a VIEW in PgQuery could fail when UniDirectional was set to True.
  • Fixed an issue where transaction handling for SELECT statements without a FROM clause could be incorrect when AutoCommit was set to False.
  • Fixed an AV failure that could occur when reading a persistent TWideStringField in Delphi 7.
  • Fixed an issue where XML fields could be saved incorrectly when using the dataset component's SaveToXML method.
  • Fixed an issue with registering help files in RAD Studio 13.
  • Fixed an access violation that could occur when reopening the master table with LocalMasterDetail set to True.
  • Fixed a possible nil reference to Encoding in the TParser constructor.