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 21:43:29
Message-ID: 200103072143.QAA00583@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Sounds great. We are in 7.1 beta hold, so keep going and we can apply
anything you have once we start on 7.2.

> 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?
>
>
> Jeroen
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-03-07 22:02:19 Re: libpq++
Previous Message Randy Jonasz 2001-03-07 21:35:46 Re: libpq++