libpqxx 1.4.0 released - Mailing list pgsql-interfaces

From Jeroen T. Vermeulen
Subject libpqxx 1.4.0 released
Date
Msg-id 20030211154130.GE9145@bulletproof
Whole thread Raw
List 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



pgsql-interfaces by date:

Previous
From: Matthew Vanecek
Date:
Subject: Re: Connection Error message in ECPG
Next
From: Rudy Lippan
Date:
Subject: Re: Prepare and prepare ?