libpqxx 1.4.0 released

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
Thread:
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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Rudy Lippan 2003-02-12 03:51:52 Re: Prepare and prepare ?
Previous Message Matthew Vanecek 2003-02-11 04:50:11 Re: Connection Error message in ECPG