New PgDAC build 4.2.6 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 PgDAC build 4.2.6 is available for download now!

Post by Devart » Thu 20 Feb 2014 15:11

Dear users,

the new PgDAC build 4.2.6 is available for download now.

In this version:
  • Possibility to use MAS_ prefix for parameters when using master/detail relationship is added
  • The TPgCustomDataSet.Options.DistinctParams property is added for correct TClientDataSet parameters handling
  • Bug with post data when LockMode=lmOptimistic and Data Type Mapping is applied is fixed
  • Bug with opening dataset when persistent fields were created in dataset is fixed
  • Bug with parameter name quoting on assigning field value to parameter is fixed
  • Bug with deleting a record inserted earlier in CachedUpdates mode is fixed
  • Bug on sorting BLOB fields is fixed
  • Bug with percentage count in the OnRestoreProgress event of the TDADump class is fixed
  • Bug with generating SQL queries by "SQL Generator" in design-time is fixed
  • Bug with using '$' and '#' symbols in a parameter name is fixed
  • Bug in TPgDump on types backup in old PostgreSQL versions is fixed
  • Bug when working with parameters of domain types is fixed
  • Bug in TPgQuery when FlatBuffers=False and UnknownAsSring=True is fixed
Devart development team
http://www.devart.com/pgdac

Locked