Released pgExpress Driver v3.50

From: Vita Voom Software <vitavoom(at)vitavoom(dot)com>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Released pgExpress Driver v3.50
Date: 2005-11-03 16:42:48
Message-ID: 1414221874.20051103134248@vitavoom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

(Please ignored if already received)

Hello PostgreSQL Interfaces,

Vita Voom Software just released a new version of pgExpress Driver:
v3.50. This is a new major version, incorporating bugfixes.

About the pgExpress Driver:
----------------------------------------------------------------------

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.

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

ADDED: PostgreSQL v8.10 support.

ADDED: New ByteaMode Special Param maps from bytea to Blob/Graphic,
Blob/Binary or Blob/VarBytes. Please check the revamped BLOBs
documentation for more details.

ADDED: New NumericAsBcd to map numeric fields as Bcd (instead of
FmtBcd). Default is False, keeping compatibility with the previous
behavior.

ADDED: Documentation enhancements.

CHANGED: Interval fields now are mapped as varchar(100), since they're
not natively support by the VCL/CLX.

CHANGED: The old TextAsBlob special param got renamed to TextAsMemo.
Only those who set it as False need to care about this, since it's
default behavior is kept.

FIXED: Log fixes (TSQLMonitor related).

FIXED: Fixed a bug that would prevent the libpq specified on the
TSQLConnection.Vendorlib to be loaded.

FIXED: Fixed some license bugs.

FIXED: Fixed a BLOB bug that could raise "Connection in wrong state"
messages on certain situations.

FIXED: Fixed a couple bugs with NUMERIC (Bcd) parameters.

FIXED: Fixed a small Stored Procedures bug.

FIXED: Fixed a date parsing bug for date/datetime types.

FIXED: Fixed logs registration data printing.

----------------------------------------------------------------------

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,
Vita Voom Software
http://www.vitavoom.com

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Fuhr 2005-11-03 18:21:21 Re: installing PygreSQL and psychopg2 ?
Previous Message Ranen Ghosh 2005-11-03 15:22:55 error encountered in windows when libpq sends large query string to server