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

Post by Devart » Sat 27 Apr 2013 08:30

Dear users,

the new PgDAC version 4.0.1 is available for download now.

In this version:
  • RAD Studio XE4 is supported
  • NEXTGEN compiler is supported
  • Application development for iOS is supported
  • Connection string support is added
  • Possibility to encrypt entire tables and datasets is added
  • Possibility to determine if data in a field is encrypted is added
  • Support of TimeStamp, Single and Extended fields in VirtualTable is added
  • Support for custom mapping of numeric fields with BCD and FmtBCD types is added
  • Now TPgError.ErrorCode indicates a socket error code when a connection error appears
  • Bug with Master-Detail for TClientDataSet in RAD Studio XE3 is fixed
  • Bug with Master-Detail by non-English fields is fixed
  • Bug with IndexFieldNames by non-English fields is fixed
  • Bug with incorrect RecordCount result when a query contains both ORDER BY and LIMIT is fixed
  • Bug with calling Cancel in the BeforePost event is fixed
  • Bug when setting the TDataSet.Filter property for empty dataset is fixed
  • Bug with incorrect TVirtualTable version displaying in the About box is fixed
  • Thread handle leak when using pooling is fixed
  • SSL support in Mac OS is fixed
  • Bug with assigning ApplicationName in the AssignConnect method is fixed
  • Bug with mapping CHARACTER VARYING fields to ftString is fixed
  • Bug with automatic transaction restart when FetchAll = False on connection loss is fixed
  • Bug with TPgLoader.LoadFromDataSet when UniDirectional = True and FetchRows = 1 is fixed
  • Bug with TPgConnection.Connect when Pooling = True is fixed
Devart development team
http://www.devart.com/pgdac

Locked