Re: libpq++ - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: libpq++
Date
Msg-id 200103072202.RAA02078@candle.pha.pa.us
Whole thread Raw
In response to libpq++  ("J. T. Vermeulen" <jtv@cistron-office.nl>)
Responses Re: libpq++  ("J. T. Vermeulen" <jtv@cistron-office.nl>)
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 the PgDatabase hierarchy;
>  - provide STL-conformant interfaces for iterating over result sets;
>  - allow fields to be accessed in 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?

Also, would you review this?
ftp://candle.pha.pa.us/pub/postgresql/libpq++.mbox

and merge any valuable changes into your copy of the code.  Much of it
is already in there.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: libpq++
Next
From: Tom Lane
Date:
Subject: Re: libpq++