Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | psycopg2.Error object and type renamed more consistently | Daniele Varrazzo | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | Store a PGresult in the Exception error | Daniele Varrazzo | 2013-03-19 | 1 | -1/+3 |
| | | | | | This makes the Diagnostics independent from further operations on the cursor and allows using it with exceptions not generated by a cursor. | ||||
* | Work-in-progress support for retrieving PG_DIAG result error fields. | Matthew Woodcraft | 2013-03-17 | 1 | -0/+38 |