We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba0d96 commit a655860Copy full SHA for a655860
src/main/java/com/github/vertical_blank/sqlformatter/languages/StandardSqlFormatter.java
@@ -379,6 +379,7 @@ public DialectConfig dialectConfig() {
379
.indexedPlaceholderTypes(Collections.singletonList("?"))
380
.namedPlaceholderTypes(Collections.emptyList())
381
.lineCommentTypes(Arrays.asList("--"))
382
+ .operators(Collections.singletonList("||"))
383
.build();
384
}
385
0 commit comments