libpq wrapper

Поиск
Список
Период
Сортировка
От Simon Drabble
Тема libpq wrapper
Дата
Msg-id Pine.LNX.3.95.981230091257.26896A-100000@localhost
обсуждение исходный текст
Список pgsql-general
I'm working on a wrapper for libpq to fill a couple of holes, such as:

o  Ability to send formatting strings to a query a la printf()
o  Internal error logging and handling
o  Ability to return column values as more than just char *
o  Encapsulation of database connection and result structures into one
o  Paint over a couple of cracks, e.g. calling PQclear() twice (on the
same result struct) will core dump - my library fixes this.

The wrapper is just about complete but it needs to be tested more fully.

If there is any interest I'll make it available via anon ftp. Let me know
via email or the list.

Simon.

--
 To really understand a man, you must first walk a mile in his shoes. Then,
 not only will you have his shoes, you'll be a mile away.

   Simon Drabble                  madlather@syspac.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Kaare Rasmussen
Дата:
Сообщение: Strange error with Pg.so
Следующее
От: sdupille@aim.fr
Дата:
Сообщение: Bug in char ?