Changes between Initial Version and Version 2 of Ticket #8369


Ignore:
Timestamp:
Aug 16, 2008, 2:47:32 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8369

    • Property Milestone1.0
    • Property Owner changed from nobody to Malcolm Tredinnick
  • Ticket #8369 – Description

    initial v2  
    22
    33The error I see follows: 
    4 
     4{{{
    55Running post-sync handlers for application auth
    66Traceback (most recent call last):
     
    3636    self.connection.cursor().execute(self.ops.savepoint_create_sql(sid))
    3737psycopg2.InternalError: SAVEPOINT can only be used in transaction blocks
    38 
     38}}}
Back to Top