| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: upgrade error codes to PostgreSQL 15 | Daniele Varrazzo | 2022-10-06 | 1 | -1/+1 |
| | | |||||
| * | errorcodes map and errors classes updated to PostgreSQL 14. | Daniele Varrazzo | 2021-11-11 | 1 | -1/+1 |
| | | |||||
| * | Copyright year updated to 2021 | Daniele Varrazzo | 2021-06-15 | 1 | -1/+1 |
| | | | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I" | ||||
| * | Merge branch 'master' into rm-2.7 | Daniele Varrazzo | 2021-05-20 | 1 | -1/+1 |
| |\ | |||||
| | * | docs: fix a few simple typos | Tim Gates | 2021-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Upgrade f-strings with flynt | Hugo van Kemenade | 2020-11-17 | 1 | -6/+4 |
| | | | |||||
| * | | Upgrade Python syntax with pyupgrade --py36-plus | Hugo van Kemenade | 2020-11-17 | 1 | -2/+1 |
| |/ | |||||
| * | Errors mapping updated to PostgreSQL 13 | Daniele Varrazzo | 2020-09-05 | 1 | -1/+1 |
| | | |||||
| * | Errors fetch scripts ported to Python 3 | Daniele Varrazzo | 2020-09-05 | 1 | -4/+4 |
| | | |||||
| * | Copyright bumped to 2020 | Daniele Varrazzo | 2020-01-17 | 1 | -0/+1 |
| | | |||||
| * | Added Postgres 12 errors | Daniele Varrazzo | 2019-10-19 | 1 | -1/+1 |
| | | |||||
| * | 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 |
