libpqxx 0.4.0 released - Mailing list pgsql-interfaces

From Jeroen T. Vermeulen
Subject libpqxx 0.4.0 released
Date
Msg-id 20020527204814.GB608@bulletproof
Whole thread Raw
List pgsql-interfaces
I've just put version 0.4.0 of libpqxx--the alternative C++ frontend to
PostgreSQL--out the door.  Recent improvements include yet more STL
conformance, documentation changes, and what in theory should be minor 
optimizations.

There have been two incompatible changes this time.  First, and least
importantly, Result::Field::name() has finally been renamed to Name() to
match all other Name() methods.

Second, and more importantly, the Transactor::TRANSACTIONTYPE typedef
has been changed to a more STL-conformant argument_type.  This is meant
to fit better with what the standard library expects from function
objects.  If your code overrides TRANSACTIONTYPE, its meaning may change
without warning unless and until you replace that name by the newer
argument_type.

The two things I really need to get done now are (i) somehow make the
autoconf-generated config.h safe to install, and (ii) get the 'install'
make target to install the headers properly.  Getting an existing
medium-sized libpq++-based application, Little Brother, to compile with
libpqxx turned out to be no trouble at all.

As usual, get it at 
http://members.ams.chello.nl/j.vermeulen31/proj-libpqxx.html

Please let me know what you think!


Jeroen




pgsql-interfaces by date:

Previous
From: lee
Date:
Subject: Re: no pg_hba.conf
Next
From: Wei Wang
Date:
Subject: errors when making examples in /src/test/examples