Changes between Initial Version and Version 6 of Ticket #16250


Ignore:
Timestamp:
Jun 14, 2011, 7:30:31 AM (13 years ago)
Author:
Jannis Leidel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16250

    • Property Cc ampledata added
    • Property Triage Stage UnreviewedAccepted
  • Ticket #16250 – Description

    initial v6  
    11The test command doesn't work with psycopg2==2.4.2 but does with 2.4.1:
    2 
     2{{{
    33Creating test database for alias 'default'...
    44Traceback (most recent call last):
     
    2626    self.connection.connection.autocommit = True
    2727psycopg2.ProgrammingError: autocommit cannot be used inside a transaction
     28}}}
Back to Top