This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author danielsh
Recipients danielsh, ezio.melotti, ghaering, torsten
Date 2012-12-28.21:09:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356728957.93.0.277424240888.issue16379@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch that:

- Adds sqlite3.SQLITE_OK constants
- Adds sqlite3.errorcode dictionary
- Adds "sqlite_errcode" attribute to sqlite.Error instances

The patch does not add support for extended result codes
(http://www.sqlite.org/c3ref/c_abort_rollback.html).
History
Date User Action Args
2012-12-28 21:09:18danielshsetrecipients: + danielsh, ghaering, ezio.melotti, torsten
2012-12-28 21:09:17danielshsetmessageid: <1356728957.93.0.277424240888.issue16379@psf.upfronthosting.co.za>
2012-12-28 21:09:17danielshlinkissue16379 messages
2012-12-28 21:09:17danielshcreate