New PgDAC build 5.1.4 is available for download!

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 5.1.4 is available for download!

Post by Devart » Thu 18 Jan 2018 14:05

Dear users,

the new PgDAC build 5.1.4 is available for download now.

In this version:
  • PostgreSQL 10.1 is supported
  • Lazarus 1.8 and FPC 3.0.4 are supported
  • Support for custom constraints is added
  • The UseBlankValues property for the Loader component is added
  • Bug with mapping jsonb fields is fixed
  • Bug with the FieldDefs.Update method of a dataset when using the protocol version 3.0 is fixed
  • Bug with reading GUID data on mobile platforms is fixed
  • Bug with the Locate method work for the TGuidField class is fixed
  • Bug with calling RefreshRecord when setting FullRefresh to True and using encryption is fixed
  • Bug with assertion failure when adding Calculated fields after calling Prepare is fixed
  • Bug with using the AsDateTime property when working with fields of the ftDate or ftTime type is fixed
  • Bug with assertion failure when using the OnFilterRecord event handler is fixed
  • Bug with script parsing in TDAScript is fixed
  • Bug with AutoInc fields in TVirtualTable is fixed
  • Bug with AV in TVirtualDataSet when editing Blob is fixed
Devart development team
http://www.devart.com/pgdac

Locked