This project is archived and is in readonly mode.
SystemError on empty query
Reported by Daniele Varrazzo | 2011-03-03 20:28:47 UTC
From Eric Snow:
>>> cur.execute(";")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
SystemError: null argument to internal routine
Comments and changes to this ticket
-

Daniele Varrazzo 2011-03-04 20:33:05 UTC
- Tag changed from rel-2.3.2 to rel-2.3.2, rel-2.4
I'm on the issue.
-

Daniele Varrazzo 2011-03-08 14:51:01 UTC
- State changed from open to resolved
Fixed in my devel branch.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
WARNING: the informations in this tracker are archived. Please submit new tickets or comments to the new tracker.
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.