Hello all,

We've just released libpqxx 2.6.9.

This new version introduces a lot of changes.  In fact it sports the
longest change list in more than three years.

Some of the changes are due to improved testing: we now test against many
combinations of postgres software versions on the server and client side. 
A few bugs were found in code that deals with older versions of these,
sometimes in very specific combinations.  Many interoperability problems
of various kinds were addressed.

Many of the 1.x API functions were finally retired.  Those are the
functions with capital letters in their names.  Users of the transactor
framework should note that defining the member functions OnCommit(),
OnAbort(), and OnDoubt() will no longer work.  These have been marked as
obsolete since late 2003, and replacements have been available since that
time.

There's more, including support for "long long" types and the ability to
retrieve the query that yielded a particular result.  See the NEWS file
for a more complete list.

Get the new source package from the libpqxx site:

    http://pqxx.org/


Jeroen


_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to