summaryrefslogtreecommitdiff
path: root/scripts/make_errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-97/+6
| | | | The module is only used to export them to Python.
* Dropped duplicate classes in errors moduleDaniele Varrazzo2018-10-231-4/+24
| | | | Also using a more compact class registration using a decorator
* Errors module content updated to Postgres 11Daniele Varrazzo2018-10-141-1/+1
|
* Generating the whole errors file from scriptDaniele Varrazzo2018-08-171-0/+210