New build of PgDAC version 1.00.0.4 is available for download now.

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of PgDAC version 1.00.0.4 is available for download now.

Post by Devart » Fri 27 Feb 2009 14:08

Dear users,

New build of PgDAC version 1.00.0.4 is available for download now.
This version includes:
  • Added the UpnpreparedExecute option to TCustomPgDataSet that allows simple execution of statements
  • Added ability to backup user defined query to file or stream in TPgDump
  • Added the ObjectNames property to TPgDump
  • Added support for the Schemas metadata kind in the TPgMetaData component
  • Fixed bug with not working CachedUpdates in TVirtualTable
  • Fixed bug with suppressing errors in TVirtualTable.LoadFromFile
  • Fixed problem with restoring current row after refresh
  • Fixed bug when statements, executed on TClientDataSet.ApplyUpdates, were not shown in DBMonitor
  • Fixed access violation on the TClientDataSet.ApplyUpdates call
  • Avoided bug in Delphi 2006 and above with the BcdCompare function
  • Fixed bug with not executing prepared statement for the second time
  • Fixed bug with saving the TPgLargeObjectField.BlobType property in DFM
  • Fixed bug with TPgAlerter started at design-time when Active=False
  • Fixed memory leak in the UniDirectional mode (+Unidac)
  • Fixed bug with detecting read-only fields when ExtendedFieldsInfo=False
  • Fixed bug with reading large objects with size more than 64 Kb
  • Fixed problem with using TCRSSHChannel as IOHandler
Devart development team
http://www.devart.com/pgdac

Locked