This patch fixes a few minor problems with libpq++: remove the deprecated
Bruce Momjian <bruce@momjian.us>
This patch fixes a few minor problems with libpq++: remove the deprecated
PQExec(" ") in the wrapper around PQnotifies(), fix the Makefile for
the examples so that they will actually compile properly (with the
exception of #5, which depends on internal headers), make a minor change
to libpq++.h so that "make examples" now works on my machine, update
some documentation, fix some grammatical problems, and remove some of
the more hideous comments.
Neil Conway
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq++/examples/Makefile | modified | +13 −9 |
| src/interfaces/libpq++/libpq++.h | modified | +4 −1 |
| src/interfaces/libpq++/pgconnection.cc | modified | +17 −25 |
| src/interfaces/libpq++/pgconnection.h | modified | +2 −2 |
| src/interfaces/libpq++/pgcursordb.cc | modified | +6 −6 |
| src/interfaces/libpq++/pgcursordb.h | modified | +2 −3 |
| src/interfaces/libpq++/pglobject.cc | modified | +4 −4 |
| src/interfaces/libpq++/README | modified | +3 −3 |