| From: | jwp(at)pgfoundry(dot)org (James William Pye) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | python - fe: Add DB-API 2.0 interface module. |
| Date: | 2006-02-20 20:33:18 |
| Message-ID: | 20060220203318.2EEBF10337F9@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Add DB-API 2.0 interface module.
It is likely to be compliant enough for standards use.
Also add unittests for it via
http://stuartbishop.net/Software/DBAPI20TestSuite/dbapi20.py
Thanks to Erwin on freenode/#python for pointing me at it.
Added Files:
-----------
fe/src:
dbapi2.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/dbapi2.py?rev=1.1&content-type=text/x-cvsweb-markup)
fe/test:
dbapi2.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/dbapi2.py?rev=1.1&content-type=text/x-cvsweb-markup)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Hinoue | 2006-02-20 21:36:56 | psqlodbc - psqlodbc: Change xxxx_COMMON_CS macros in case of |
| Previous Message | Neil Conway | 2006-02-20 20:10:49 | pgsql: Fix three Python reference leaks in PLy_traceback(). |