We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3edb1a commit 73a92f8Copy full SHA for 73a92f8
piccolo/columns/combination.py
@@ -92,7 +92,7 @@ def querystring(self) -> QueryString:
92
93
template = self.operator.template.format(
94
name=self.column.get_where_string(
95
- engine_type=self.column._meta.engine_type, just_alias=True
+ engine_type=self.column._meta.engine_type
96
),
97
value="{}",
98
values="{}",
0 commit comments