libpq++ - Mailing list pgsql-interfaces

From J. T. Vermeulen
Subject libpq++
Date
Msg-id 20010307205247.E3900@cistron.nl
Whole thread Raw
Responses Re: libpq++  (Randy Jonasz <rjonasz@click2net.com>)
Re: libpq++  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: libpq++  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: libpq++  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: libpq++  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-interfaces
Is anyone maintaining libpq++?  My patches are beginning to seriously 
overlap each other, making it hard to submit them individually.

If there's nobody out there, I'd be willing to maintain this code and
make more extensive changes.  In particular, I would like to:
- introduce exceptions instead of manual checking, as suggested in TODO;- update the manual;- review all the little
consts,bools, explicits and such;- replace PgTransaction by a more fine-grained and exception-safe   mechanism outside
thePgDatabase hierarchy;- provide STL-conformant interfaces for iterating over result sets;- allow fields to be
accessedin a type-safe manner;- ensure clean compilation under g++ 3.0;- bring functionality up-to-date with libpq if,
as& where needed
 

Would that be OK?


Jeroen



pgsql-interfaces by date:

Previous
From: Bjorn Solberg
Date:
Subject: Backend dies for DBI
Next
From: Randy Jonasz
Date:
Subject: Re: libpq++