Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year updated | Daniele Varrazzo | 2019-02-17 | 1 | -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 C | Daniele Varrazzo | 2019-02-10 | 1 | -97/+6 |
| | | | | The module is only used to export them to Python. | ||||
* | Dropped duplicate classes in errors module | Daniele Varrazzo | 2018-10-23 | 1 | -4/+24 |
| | | | | Also using a more compact class registration using a decorator | ||||
* | Errors module content updated to Postgres 11 | Daniele Varrazzo | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Generating the whole errors file from script | Daniele Varrazzo | 2018-08-17 | 1 | -0/+210 |