Skip to content

Commit

Permalink
Merge pull request #39 from vertical-blank/concat-operator
Browse files Browse the repository at this point in the history
Add concat operator to standard sql.
  • Loading branch information
vertical-blank authored Apr 14, 2021
2 parents fff8bda + a655860 commit 991b8e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ public DialectConfig dialectConfig() {
.indexedPlaceholderTypes(Collections.singletonList("?"))
.namedPlaceholderTypes(Collections.emptyList())
.lineCommentTypes(Arrays.asList("--"))
.operators(Collections.singletonList("||"))
.build();
}

Expand Down

0 comments on commit 991b8e2

Please sign in to comment.