Re: libpq++

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-03-07 22:02:19
Message-ID: 200103072202.RAA02078@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?

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(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

In response to

  • libpq++ at 2001-03-07 19:52:47 from J. T. Vermeulen

Responses

  • Re: libpq++ at 2001-03-07 22:20:31 from J. T. Vermeulen

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2001-03-07 22:18:40 Re: libpq++
Previous Message Bruce Momjian 2001-03-07 21:43:29 Re: libpq++