Message220501
The problem is super simple:
connection = ...
cursor = connection.cursor()
cursor.execute("SAVEPOINT foo")
cursor.execute("ROLLBACK TO SAVEPOINT foo") # will report that the savepoint doesn't exist.
Please don't make it look more complicated than it is. |
|
| Date |
User |
Action |
Args |
| 2014-06-13 21:16:52 | aymeric.augustin | set | recipients:
+ aymeric.augustin, ghaering, pitrou, Jeremy Banks, r.david.murray, zzzeek, asvetlov, flox, adamtj, dholth, torsten, monsanto, scott.urban, tshepang, Ronny.Pfannschmidt, Mark.Bucciarelli, Jim.Jewett, bulb |
| 2014-06-13 21:16:52 | aymeric.augustin | set | messageid: <[email protected]> |
| 2014-06-13 21:16:52 | aymeric.augustin | link | issue10740 messages |
| 2014-06-13 21:16:52 | aymeric.augustin | create | |
|