ANN: PostgreDAC ver. 2.5.0 released.

From: thesis(at)gf(dot)microolap(dot)com
To: pgsql-announce(at)postgresql(dot)org
Subject: ANN: PostgreDAC ver. 2.5.0 released.
Date: 2008-12-15 13:51:31
Message-ID: 83294624.20081215165131@microolap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The Delphi/C++Builder 2009 (Tiburon) compatible version 2.5.0 is out!

Important changes: Since designtime code is separated from runtime one, for those who had previously installed PostgrtesDAC there might be need to do the following:
- uninstall PostgresDAC from IDE
- manually remove PostgresDACX.bpl library from $(DELPHI)\Projects\Bpl or wherever it was manually installed
If you install PostgresDAC from sources you need build PostgresDACX.dpk package first, and then install designtime dclPostgresDAC.dpk package.

Important changes: TPSQLMonitor.OnSQL event definition has been changed!
Pay attention if you will test PostgresDAC with old projects.

Important changes: Client libraries built with MinGW compiler.
The stock ones that are shipped with the win32 version of PostgreSQL have a ton of extra dependencies that are not needed for most client applications,
so we built our own versions of the libs including OpenSSL.
This eliminated the MS CRT, Kerberos, GSS and ZLIB dependencies reducing the size of the required dependencies.

[!] Delphi/C++Builder 2009 (Tiburon) support added
[!] Designtime code separated from runtime code
[!] Client libraries built with MinGW compiler
[+] TPSQLDump and TPSQLRestore support Unicode file names
[+] v8.3.5 client libraries added
[+] v8.3.5 dump & restore libraries (pg_dump.dll, pg_restore.dll) added
[*] Result set refetched only if affected rows exists adter modify now
[*] TPSQLMonitor.OnSQL event definition has been changed
[*] UTF8 character set may be used for IDEs without Unicode support. Question mark used for characters can not be displayed
[*] PL/pgSQL asignment operator ":=" is no longer an allowed parameter name
[-] "Boolean fields may not be updated using TPSQLUpdateSQL component" bug fixed
[-] "Double colon in TPSQLQuery.SQL causes error if ParamCheck = True and parameters used" bug fixed
[-] "Positioning after TPSQLQuery.Insert is incorrect if TAutoIncField is present in result set" bug fixed
[-] "Some encodings may not be accessible for TPSQLDatabase.Charset at design-time" bug fixed
[-] "TPSQLUpdateSQL may incorrectly use NULL value for field with name need to be quoted" bug fixed

You're welcome to download the PostgresDAC v2.5.0-RC1 right now at:
http://microolap.com/products/connectivity/postgresdac/download/ ,
or login to your private area on our site at http://microolap.com/my/downloads/

Please don't hesitate to ask any questions or report bugs with our Support Ticketing system available at
http://www.microolap.com/support/

---
Best regards,
MicroOLAP Technologies LTD
http://www.microolap.com

Browse pgsql-announce by date

  From Date Subject
Next Message Paul Ramsey 2008-12-16 16:46:00 PostGIS 1.3.5 Released
Previous Message thesis 2008-12-15 13:48:48 ANN: Database Designer for PostrgreSQL ver.1.2.7 released