Skip to content

Commit b1ea7e3

Browse files
committed
Edits.
1 parent d9ea0e0 commit b1ea7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def concat(self, compiler, connection):
8888
def concat_pair(self, compiler, connection):
8989
# null on either side results in null for expression, wrap with coalesce.
9090
coalesced = self.coalesce()
91-
return super(ConcatPair, coalesced).as_mql(compiler, connection, as_path=False)
91+
return super(ConcatPair, coalesced).as_mql_expr(compiler, connection)
9292

9393

9494
def cot(self, compiler, connection):

0 commit comments

Comments
 (0)