Released pgExpress Driver v2.20

From: Vita Voom Software <vitavoom(at)vitavoom(dot)com>
To: undisclosed-recipients: ;
Subject: Released pgExpress Driver v2.20
Date: 2004-01-09 17:47:07
Message-ID: 610435501.20040109144707@vitavoom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-interfaces

(We're resending this email since many custumers seem to have received
an empty message. Sorry for this.)

Hello,

Vita Voom Software just released a new version of pgExpress Driver:
v2.20.

The Vita Voom pgExpress PostgreSQL dbExpress Driver is a Borland
Kylix/Delphi 6+/C++ Builder 6.0+ dbExpress Driver that directly access
PostgreSQL 7.1 or newer: no ODBC layer is needed. It can access use
almost all field types, and is compliant to the Borland specifications
of dbExpress drivers.

The pgExpress Driver is the core of the pgExpress Suite of components,
which provides the widest range of features for accessing PostgreSQL
databases.

Changes in this version include:
----------------------------------------------------------------------

ADDED: Updated support to PostgreSQL v7.4.

CHANGED: Smarter libpq handling and locating, specially under Kylix.

CHANGED: The libpq library was updated to version 7.41. SSL dependency
was dropped since not everyone had SSL installed. Users that want SSL
suport should provide a SSL enabled libpq.

CHANGED: Varchar fields (with no size specifier) are now mapped to
VCL/CLX Memo fields, since they behave exactly like TEXT fields.

CHANGED: Internal enhancements make the metadata faster and use less memory.

CHANGED: Enhanced documentation/Section 1, "F.A.Q.".

CHANGED: With the PostgreSQL v7.4 support, a new notice processor was
introduced. The NOTICE messages generated by the server will not have
the "NOTICE: " prefix anymore. If someone wants the old behavior for
some reason, please mail us and we might be adding a special param for
this. Also, "ERROR:" will not be inserted before error messages anymore.

FIXED: Fixed a StoredProc bug that would prevent some functions to be
found/run successfully FIXED

FIXED: Fixed "Connection Timeout" D7 param (do not confuse with
pgExpress ConnectionTimeout special param).

FIXED: Fixed a bug in the GetColumns() interface.

FIXED: Fixed a VCL/CLX bug in the ISQLCommand.SetParameter() interface:
the VCL/CLX was passing Boolean, Date/DateTime and Bcd fields as having
length 0 (zero), instead SizeOf([type]). This made the pointer allocated
to parameter to be set to nil and cause a error in pgExpress. Now
pgExpress fixes itself the Length parameter.
----------------------------------------------------------------------

For checking the pgExpress page in our web site, and downloading it,
please go to http://www.vitavoom.com/Products/pgExpress_Driver/index.html.

Thanks for your attention.

Best Regards,
Steve Howe
Vita Voom Software
http://www.vitavoom.com

Browse pgsql-announce by date

  From Date Subject
Next Message Jason Tishler 2004-01-10 01:20:00 Updated Cygwin Package: postgresql-7.4.1-2
Previous Message Jason Tishler 2004-01-09 14:54:59 Re: Updated Cygwin Package: postgresql-7.4.1-1

Browse pgsql-interfaces by date

  From Date Subject
Next Message kjw 2004-01-09 23:27:15 ECPG and EXEC SQL GET DIAGNOSTICS
Previous Message jco 2004-01-06 20:52:45 Aborting connection attempt when using PQconnectStart