Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-11 | chore: add TransactionTimeout error, added in PostgreSQL 17 | Daniele Varrazzo | |
Url to fetch source changed from the official Postgres one to the Github mirror because the former throttled us. | |||
2022-10-06 | chore: upgrade error codes to PostgreSQL 15 | Daniele Varrazzo | |
2021-11-11 | errorcodes map and errors classes updated to PostgreSQL 14. | Daniele Varrazzo | |
2021-06-15 | Copyright year updated to 2021 | Daniele Varrazzo | |
ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I" | |||
2021-05-20 | Merge branch 'master' into rm-2.7 | Daniele Varrazzo | |
2021-05-20 | docs: fix a few simple typos | Tim Gates | |
There are small typos in: - doc/src/faq.rst - psycopg/cursor_type.c - psycopg/xid_type.c - scripts/make_errorcodes.py - scripts/make_errors.py - tests/dbapi20.py - tests/test_connection.py Fixes: - Should read `publicly` rather than `publically`. - Should read `unicode` rather than `uniconde`. - Should read `supposed` rather than `suppsed`. - Should read `something` rather than `somenthing`. - Should read `portable` rather than `portible`. - Should read `exhausted` rather than `exausted`. - Should read `compliance` rather than `compiliance`. Closes #1275 | |||
2020-11-17 | Upgrade f-strings with flynt | Hugo van Kemenade | |
2020-11-17 | Upgrade Python syntax with pyupgrade --py36-plus | Hugo van Kemenade | |
2020-09-05 | Errors mapping updated to PostgreSQL 13 | Daniele Varrazzo | |
2020-09-05 | Errors fetch scripts ported to Python 3 | Daniele Varrazzo | |
2020-01-17 | Copyright bumped to 2020 | Daniele Varrazzo | |
2019-10-19 | Added Postgres 12 errors | Daniele Varrazzo | |
2019-02-17 | Copyright year updated | Daniele Varrazzo | |
ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I" | |||
2019-02-10 | SQLSTATE error classes implemented in C | Daniele Varrazzo | |
The module is only used to export them to Python. | |||
2018-10-23 | Dropped duplicate classes in errors module | Daniele Varrazzo | |
Also using a more compact class registration using a decorator | |||
2018-10-14 | Errors module content updated to Postgres 11 | Daniele Varrazzo | |
2018-08-17 | Generating the whole errors file from script | Daniele Varrazzo | |