Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 11, 2023
1 parent 62d5936 commit 6ca8922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalasql/core/src/SqlStr.scala
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ object SqlStr {
i += 1
}

addFinalPart(queryParts(queryParts.length - 1))
addFinalPart(queryParts.last)
if (parenthesize) addFinalPart(")")
}

Expand Down

0 comments on commit 6ca8922

Please sign in to comment.