Skip to content

Commit 278c18a

Browse files
committed
Cleanup
1 parent cbd494e commit 278c18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRDB/QueryInterface/SQLGeneration/SQLQueryGenerator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ private struct SQLQualifiedJoin: Refinable {
672672
self.relation = SQLQualifiedRelation(outerRelation)
673673
self.target = .subRelation(subRelation)
674674
} else {
675-
self.relation = SQLQualifiedRelation(child.relation)
675+
self.relation = SQLQualifiedRelation(relation)
676676
self.target = .all
677677
}
678678
}

0 commit comments

Comments
 (0)