Message273593
| 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. |
|