Changes between Initial Version and Version 2 of Ticket #8369
- Timestamp:
- Aug 16, 2008, 2:47:32 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8369
- Property Milestone → 1.0
- Property Owner changed from to
-
Ticket #8369 – Description
initial v2 2 2 3 3 The error I see follows: 4 4 {{{ 5 5 Running post-sync handlers for application auth 6 6 Traceback (most recent call last): … … 36 36 self.connection.cursor().execute(self.ops.savepoint_create_sql(sid)) 37 37 psycopg2.InternalError: SAVEPOINT can only be used in transaction blocks 38 38 }}}