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/


---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to