Commit graph

4 commits

Author SHA1 Message Date
Marc Recht
65c86afed0 Update to version 2.4.
Mostly bug fixes.

Important change:
There is a change to the Connection.binary() function that *could*
cause existing code to break.  Connection.binary() no longer commits
the transaction used to create the large object.  The application
developer is now responsible for commiting (or rolling back) the
transaction.
2003-07-26 13:38:40 +00:00
Marc Recht
a94ae9963e PYTHON_VERSION_REQD would be an assignment.. 2003-05-18 11:21:38 +00:00
Julio Merino
ef90a2fb47 Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:46:05 +00:00
Marc Recht
21b4584045 re-import of pyPgSQL as py-PgSQL
This was requested by Lubomir Sedlacik <salo@Xtrmntr.org> to
match pkgsrc's naming scheme for Python pkgs.

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-04-05 21:46:29 +00:00