PostgresDAC 2.6.1 released

From: Pavel Golub <pavel(at)microolap(dot)com>
To: PostgreSQL Announce <pgsql-announce(at)postgresql(dot)org>
Subject: PostgresDAC 2.6.1 released
Date: 2011-02-09 11:17:30
Message-ID: 1869961917.20110209131730@gf.microolap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hello, PostgreSQL.

PostgresDAC is powerful component suite for Delphi/C++Builder and PostgreSQL/Pervasive Postgres/EnterpriseDB.
It allows you to create Delphi/C++Builder applications with direct
access to PostgreSQL/Pervasive Postgres/EnterpriseDB DB without BDE and ODBC.

This release introduces support for OpenSSL 1.0c. PostgreSQL 9.0.2 libraries added.
Critical bug with hex bytea output fixed.

Full changelog:

[!] OpenSSL 1.0c binaries added
[!] v9.0.2 client libraries added
[!] v9.0.2 dump & restore libraries (pg_dump.dll, pg_restore.dll)
[!] "TField.Size is incorrect for hex bytea output format" bug fixed
[+] v8.4.6 dump & restore libraries added (pg_dump-8.4.6.dll, pg_restore-8.4.6.dll)
[*] dsoOIDAsInt option maps OID fields to TLargeInt to avoid range check errors
[-] "Error occurs if string field longer then 256 chars listed in TPSQLDataset.Filter property" bug fixed

You're welcome to download the PostgresDAC v2.6.1 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/

--
With best wishes,
Pavel mailto:pavel(at)gf(dot)microolap(dot)com

Browse pgsql-announce by date

  From Date Subject
Next Message Benoît Carpentier 2011-02-10 21:13:01 Benetl, a free ETL tool for files using postgreSQL, is out in version 3.7
Previous Message Daniele Varrazzo 2011-02-08 10:42:43 Psycopg 2.4 beta1 released - with Python 3 support