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 danielsh, ezio.melotti, ghaering, levkivskyi, palaviv, sleepycal, torsten
Date 2016-08-24.20:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472071914.4.0.524259077082.issue16379@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch based on Daniel last patch with the following changes:

* There is no errorcode mapping.
* The exception object has a error_name attribute.

I think this two changes should solve the API problems raised by Ezio and Gerhard about the error code mapping.

> I propose to also set the SQLite extended error code if this is implemented.

I think that this should be done in a separate patch. I will start working on the extended error code and will upload a patch to issue 24139.
History
Date User Action Args
2016-08-24 20:51:54palavivsetrecipients: + palaviv, ghaering, ezio.melotti, torsten, sleepycal, danielsh, levkivskyi
2016-08-24 20:51:54palavivsetmessageid: <1472071914.4.0.524259077082.issue16379@psf.upfronthosting.co.za>
2016-08-24 20:51:54palavivlinkissue16379 messages
2016-08-24 20:51:54palavivcreate