Re: [GENERAL] Libpq++ autenthication problem II

From: Bruce Tong <zztong(at)laxmi(dot)ev(dot)net>
To: pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] Libpq++ autenthication problem II
Date: 1998-06-19 16:47:21
Message-ID: Pine.LNX.3.95.980619123042.26927A-100000@laxmi.ev.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > of others. Before I knew LIBPQ++ existed, I started writing my own classes
> > to surrounded the LIBPQ library. I'm not finished, but I'd be happy to
> > share the code with you if you think it would be helpful.

http://vishnu.ev.net/~zztong/postgres/libpq

> I'll appreciate your sources, expecially the .h files, since there will
> be surely some good idea I forgot of putting in my sources.

My efforts were mostly to design something which would not be as prone to
memory leaks as I thought the LIBPQ libraries might be for a developer who
doesn't spend a lot of time working with the library.

> - The concepts we see in libpq++ are not bad. So I won't rewrite the
> bulk of it.

The organization of the classes confused me. I remember thinking it
strange certain classes inherited from others. Its been a few weeks since
I looked at LIBPQ++. I was content to build around LIBPQ since it was
mostly documented. I'm weak on database theory, so the LIBPQ++ design
might make sense, and my C++ classes might be rather shallow. As I
mentioned before, my attempts were mostly to bullet-proof LIBPQ.

Bruce Tong
Systems Programmer
Electronic Vision / FITNE

mailto: zztong(at)laxmi(dot)ev(dot)net
http://www.ev.net/fitne

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Doliov 1998-06-19 20:13:52 (no subject)
Previous Message Dario Fumagalli 1998-06-19 16:10:30 Re: [GENERAL] Libpq++ autenthication problem II