You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that ComplexCriterion ignores an alias attached to it. From the code I can see that other criteria have a signature like def get_sql(self, with_alias: bool = False, ...), but ComplexCriterion lacks that handling of with_alias.
It appears that ComplexCriterion ignores an alias attached to it. From the code I can see that other criteria have a signature like
def get_sql(self, with_alias: bool = False, ...)
, butComplexCriterion
lacks that handling ofwith_alias
.Consequently, when I do something like
the SQL version will not include that
my_alias
.The text was updated successfully, but these errors were encountered: