Changes between Initial Version and Version 6 of Ticket #16250
- Timestamp:
- Jun 14, 2011, 7:30:31 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16250
- Property Cc added
- Property Triage Stage Unreviewed → Accepted
-
Ticket #16250 – Description
initial v6 1 1 The test command doesn't work with psycopg2==2.4.2 but does with 2.4.1: 2 2 {{{ 3 3 Creating test database for alias 'default'... 4 4 Traceback (most recent call last): … … 26 26 self.connection.connection.autocommit = True 27 27 psycopg2.ProgrammingError: autocommit cannot be used inside a transaction 28 }}}