Skip to content

Commit a655860

Browse files
Add concat operator to standard sql.
1 parent 6ba0d96 commit a655860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/vertical_blank/sqlformatter/languages/StandardSqlFormatter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ public DialectConfig dialectConfig() {
379379
.indexedPlaceholderTypes(Collections.singletonList("?"))
380380
.namedPlaceholderTypes(Collections.emptyList())
381381
.lineCommentTypes(Arrays.asList("--"))
382+
.operators(Collections.singletonList("||"))
382383
.build();
383384
}
384385

0 commit comments

Comments
 (0)