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 palaviv
Recipients Dima.Tisnek, ghaering, palaviv, r.david.murray
Date 2016-08-30.18:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472581168.08.0.490830389727.issue24139@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch to enable the extended error codes. This patch should be dependent on issue 16379.
Without returning the sqlite error code in the exception the extended error code does not reveal any information not currently available. As you can see in https://github.com/mackyle/sqlite/blob/ebb27fe5bd5045d924d99cdd7dec9b7064c24768/src/main.c#L1318 there are messages only for the non-extended error codes and that is what is exposed now.
History
Date User Action Args
2016-08-30 18:19:28palavivsetrecipients: + palaviv, ghaering, r.david.murray, Dima.Tisnek
2016-08-30 18:19:28palavivsetmessageid: <1472581168.08.0.490830389727.issue24139@psf.upfronthosting.co.za>
2016-08-30 18:19:28palavivlinkissue24139 messages
2016-08-30 18:19:28palavivcreate