Skip to content

Commit 7628706

Browse files
authored
Fix typo in join. (#170)
1 parent f576582 commit 7628706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/Statements/Select.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ extension Select {
723723
) -> Select<(), From, (Joins, F)> where Joins: Table {
724724
let other = other.asSelect()
725725
let join = _JoinClause(
726-
operator: .inner,
726+
operator: nil,
727727
table: F.self,
728728
constraint: constraint(
729729
(From.columns, Joins.columns, F.columns)

0 commit comments

Comments
 (0)