Message 178426 - Python tracker
Message178426
| 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:18 | danielsh | set | recipients: + danielsh, ghaering, ezio.melotti, torsten |
| 2012-12-28 21:09:17 | danielsh | set | messageid: <1356728957.93.0.277424240888.issue16379@psf.upfronthosting.co.za> |
| 2012-12-28 21:09:17 | danielsh | link | issue16379 messages |
| 2012-12-28 21:09:17 | danielsh | create | |