libpqxx 1.4.0 released

Lists: pgsql-interfaces
From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpqxx 1.4.0 released
Date: 2003-02-11 15:41:30
Message-ID: 20030211154130.GE9145@bulletproof
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

The latest release of libpqxx, 1.4.0, is now available on

http://pqxx.tk/

Two interfaces have been deprecated:

(1) NoticeProcessors are replaced by a new, more C++-compliant functor
class called Noticer. This does away with the need to ensure that your
notice processor has C linkage.

(2) Connection::IsOpen() is now called is_open(), to be more similar to
the standard C++ stream classes.

Old code should still compile and run without problems. The deprecated
interfaces will be removed in some future release, probably 1.5.0.

If you want to keep track of future releases, please subscribe to the
libpqxx-general mailing list on the website.

Jeroen