From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "J(dot) T(dot) Vermeulen" <jtv(at)cistron-office(dot)nl> |
Cc: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: libpq++ |
Date: | 2001-05-09 17:35:42 |
Message-ID: | 200105091735.f49HZgi13955@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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?
Sure. I can apply your patches now whenever I receive them. This will
allow others to work with your changes right away.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-05-09 17:45:43 | Re: libpq++: combined patches based on 7.1b5 |
Previous Message | Bruce Momjian | 2001-05-09 17:33:58 | Re: libpq++: combined patches based on 7.1b5 |