summaryrefslogtreecommitdiff
path: root/lib/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-1304/+27
| | | | The module is only used to export them to Python.
* Dropped duplicate classes in errors moduleDaniele Varrazzo2018-10-231-469/+244
| | | | Also using a more compact class registration using a decorator
* Added errors.lookup() functionDaniele Varrazzo2018-10-151-0/+8
|
* Errors module content updated to Postgres 11Daniele Varrazzo2018-10-141-0/+6
|
* Generating the whole errors file from scriptDaniele Varrazzo2018-08-171-3/+1512
|
* Read exceptions to raise from a Python moduleDaniele Varrazzo2018-08-171-0/+16