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

Post by Devart » Fri 01 Aug 2014 11:55

Dear users,

the new PgDAC build 4.3.9 is available for download now.

In this version:
  • Support for the Upper and Lower statements in TDADataSet.Filter is added
  • Support for the ftOraTimeStamp type in TVirtualTable is added
  • The SQL property is added to TPgConnection
  • The TPgTable.EmptyTable method is added
  • A dump file format for the Dump component when UseUnicode=True is improved
  • Bug with reopening TDADataSet after BreakExec is fixed
  • Several bugs in the SmartFetch mode are fixed
  • Bug with processing calculated and lookup fields in the SmartFetch mode is fixed
  • Bug with getting RecordCount when QueryRecordCount is True is fixed
  • Bug with AV failure on opening TCustomDADataSet when Range was set is fixed
  • Bug with "Invalid field size" in TVirtualTable is fixed
  • Bug with AV failure on freeing objects on mobile platforms is fixed
  • Bug with incorrect parsing of table names containing a "$" character is fixed
  • Bug with cutting comments in SQL query is fixed
  • Bug with assigning the IOHandler property when TPgConnection.Assign is performed is fixed
Devart development team
http://www.devart.com/pgdac

Locked