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 eeda4c8 commit e05d387Copy full SHA for e05d387
django_mongodb_backend/functions.py
@@ -87,7 +87,7 @@ def concat(self, compiler, connection):
87
def concat_pair(self, compiler, connection):
88
# null on either side results in null for expression, wrap with coalesce.
89
coalesced = self.coalesce()
90
- return super(ConcatPair, coalesced).as_mql(compiler, connection)
+ return super(ConcatPair, coalesced).as_mql_expr(compiler, connection)
91
92
93
def cot(self, compiler, connection):
0 commit comments