Daniele Varrazzo
|
dd1724c447
|
Errors mapping updated to PostgreSQL 13
|
2020-09-05 20:26:19 +01:00 |
|
Daniele Varrazzo
|
58c6a07e43
|
Errors fetch scripts ported to Python 3
|
2020-09-05 20:26:19 +01:00 |
|
Daniele Varrazzo
|
5e0b02afb2
|
Copyright bumped to 2020
|
2020-01-17 21:21:11 +00:00 |
|
Daniele Varrazzo
|
d5c7ec7ae8
|
Added Postgres 12 errors
|
2019-10-19 15:22:48 +02:00 |
|
Daniele Varrazzo
|
599432552a
|
Copyright year updated
ag -l Copyright | xargs sed -i \
"s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
|
2019-02-17 01:36:36 +00:00 |
|
Daniele Varrazzo
|
30c1befa64
|
SQLSTATE error classes implemented in C
The module is only used to export them to Python.
|
2019-02-10 03:45:14 +00:00 |
|
Daniele Varrazzo
|
1bb3d5cfe2
|
Dropped duplicate classes in errors module
Also using a more compact class registration using a decorator
|
2018-10-23 00:31:57 +01:00 |
|
Daniele Varrazzo
|
61df7bdd8d
|
Errors module content updated to Postgres 11
|
2018-10-14 23:07:11 +01:00 |
|
Daniele Varrazzo
|
782fa39647
|
Generating the whole errors file from script
|
2018-08-17 02:00:40 +01:00 |
|