Changes between Initial Version and Version 1 of Ticket #29297


Ignore:
Timestamp:
Apr 7, 2018, 7:34:39 AM (6 years ago)
Author:
Tim Graham
Comment:

What are the steps to reproduce the issue?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29297

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Type UncategorizedBug
  • Ticket #29297 – Description

    initial v1  
     1{{{
    12Exception ignored in: <generator object SQLCompiler.setup_query.<locals>.<genexpr> at 0x111aafe08>
    23Traceback (most recent call last):
     
    910    if all(self.query.alias_refcount[a] == 0 for a in self.query.alias_map):
    1011SystemError: error return without exception set
     12}}}
Back to Top