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