Commit graph

4 commits

Author SHA1 Message Date
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
recht
a1aa82164f pullup a fix for libpqmodule from HEAD:
Fixed a buffer overrun error in libPQquoteBytea based on a fix by
James Matthew Farrow. [Bug #838317].

bum PKGREVISION to 2 for the fix
2004-08-05 22:20:11 +00:00
recht
0f1b30d68f Make this pkgsrc-aware: don't let setup.py search for includes and libs.
Based on a patch provided by Michal Pasternak in PR 23830.
2004-01-17 13:16:06 +00:00
recht
c22a6065d6 Initial import of pyPgSQL 2.4
from pkgsrc-wip

pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
interface to PostgreSQL databases. The first module, libpq, exports the
PostgreSQL C API to Python. This module is written in C and can be compiled
into Python or can be dynamically loaded on demand. The second module, PgSQL,
provides the DB-API 2.0 compliant interface and support for various PostgreSQL
data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
written in Python.
2003-09-09 13:46:24 +00:00