Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error codes updated to PG 10 beta 1 | Daniele Varrazzo | 2017-06-05 | 1 | -0/+3 |
| | |||||
* | errcodes updated to PG 9.6 | Daniele Varrazzo | 2017-06-05 | 1 | -0/+5 |
| | |||||
* | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 1 | -0/+1 |
| | |||||
* | errorcodes map updated to PostgreSQL 9.5. | Daniele Varrazzo | 2016-07-01 | 1 | -0/+4 |
| | |||||
* | Fixed race condition on import in errorcodes.lookup | Daniele Varrazzo | 2015-12-16 | 1 | -2/+8 |
| | | | | Fixes #382. | ||||
* | Dropped creation of errcodes with missing spec field | Daniele Varrazzo | 2014-08-28 | 1 | -4/+0 |
| | | | | | On further inspection these names are just aliases for values already defined: we don't need the duplication. | ||||
* | Add a few missing errcodes | Daniele Varrazzo | 2014-07-31 | 1 | -0/+4 |
| | | | | | They are used in the code but not defined in the SGML docs so the script failed to parse them. | ||||
* | errorcodes map updated to PostgreSQL 9.2 | Daniele Varrazzo | 2012-09-21 | 1 | -0/+7 |
| | |||||
* | Update all links to PostgreSQL docs to the current version. | Marti Raudsepp | 2012-02-28 | 1 | -1/+1 |
| | | | | I also checked all links and anchors to make sure they're still valid. | ||||
* | errorcodes map updated to PostgreSQL 9.1 | Daniele Varrazzo | 2011-08-22 | 1 | -0/+33 |
| | |||||
* | Added PostgreSQL 9.0 error codes. | Daniele Varrazzo | 2010-09-23 | 1 | -0/+2 |
| | |||||
* | Use the default role for cross referencing Python objects. | Daniele Varrazzo | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Completed documentation for errorcodes module. | Daniele Varrazzo | 2010-02-16 | 1 | -2/+2 |
| | |||||
* | Added errorcodes.lookup() function. | Daniele Varrazzo | 2010-02-15 | 1 | -0/+16 |
| | |||||
* | Error codes updated to include all errors between PostgreSQL 8.1 and 8.4. | Daniele Varrazzo | 2010-02-15 | 1 | -49/+68 |
| | |||||
* | License change for lib/errorcodes.py | Federico Di Gregorio | 2010-02-14 | 1 | -9/+17 |
| | | | | | | | You hereby have my blessing to go ahead and license all my contributions to the psycopg2 project, including lib/errorcodes.py to LGPL3(+). -- Johan Dahlin | ||||
* | Fixed lib/errorcodes.py. | Federico Di Gregorio | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | Added lib/errorcodes.py. | Federico Di Gregorio | 2006-09-23 | 1 | -0/+324 |