Changes between Initial Version and Version 2 of Ticket #25362


Ignore:
Timestamp:
Sep 7, 2015, 7:35:21 AM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25362

    • Property Component UncategorizedDatabase layer (models, ORM)
  • Ticket #25362 – Description

    initial v2  
    11Similar to ticket #21553 psycopg2.InterfaceError is not handled correctly and leads to django re-using the same connection despite it being closed.
    2 
     2{{{
    33StackTrace Below:
    44Traceback (most recent call last):
     
    1414    self.connection.cursor().execute("SELECT 1")
    1515psycopg2.InterfaceError: connection already closed
     16}}}
Back to Top