Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't look up for Python encoding | Daniele Varrazzo | 2016-12-29 | 1 | -1/+1 |
| | | | | | | Store the encode/decode functions for the right codec in the connection. The Python encoding name has been dropped of the connection to avoid the temptation to use it... | ||||
* | conn->codec rename to pyenc | Daniele Varrazzo | 2016-12-26 | 1 | -1/+1 |
| | |||||
* | psycopg2.Error object and type renamed more consistently | Daniele Varrazzo | 2013-03-20 | 1 | -3/+3 |
| | |||||
* | Store a PGresult in the Exception error | Daniele Varrazzo | 2013-03-19 | 1 | -1/+4 |
| | | | | | This makes the Diagnostics independent from further operations on the cursor and allows using it with exceptions not generated by a cursor. | ||||
* | Added a C structure to psycopg.Error | Daniele Varrazzo | 2013-03-19 | 1 | -0/+40 |
This will allow to store a PGresult in it. |