summaryrefslogtreecommitdiff
path: root/psycopg/diagnostics.h
Commit message (Collapse)AuthorAgeFilesLines
* psycopg2.Error object and type renamed more consistentlyDaniele Varrazzo2013-03-201-1/+1
|
* Store a PGresult in the Exception errorDaniele Varrazzo2013-03-191-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 Woodcraft2013-03-171-0/+38