Version 1.0.0.4 released

From: Shachar Shemesh <psql(at)shemesh(dot)biz>
To: PostgreSQL OLE DB development <oledb-dev(at)gborg(dot)postgresql(dot)org>, Postgresql General List <pgsql-general(at)postgresql(dot)org>
Subject: Version 1.0.0.4 released
Date: 2004-04-04 23:10:07
Message-ID: 407095CF.3030406@shemesh.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Version 1.0.0.4 of the Postgresql OLE DB provider for Windows was just
released. Get it at
http://gborg.postgresql.org/project/oledb/download/download.php?branch=devel.
Release includes a source only version, and a compiled version. The
compiled version will require libpq (precompiled version available at
http://gborg.postgresql.org/project/oledb/download/download.php).

New features since 1.0.0.1 (previous released version):

* Correctly reports cells with NULL values.
* Most numeric and textual types handled
* Generic infrastructure for handling new types, including types for
which only the name is known at compile time (user-defined types).
* Transactions are now supported (though row-updates are not yet
supported).

All in all, this version should provide the basic functionality for many
day to day uses. The provided compiled version is of a Debug build,
which means that stepping outside of the handled path will probably
result in ASSERTS.

The provider requires libpq version 7.4 or greater, and a backend of
version 7.4 or greater. The later requirement may be relaxed in the future.

--
Shachar Shemesh
Lingnu Open Systems Consulting
http://www.lingnu.com/

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2004-04-04 23:12:06 Re: RPM init-script: Why the locale setting?
Previous Message Paul Thomas 2004-04-04 22:33:24 Re: RPM init-script: Why the locale setting?