Skip to content

Commit 3cd6d98

Browse files
committed
Add warning to uppercase option
1 parent 237c1e7 commit 3cd6d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can also pass in configuration options:
5454
format('SELECT * FROM tbl', {
5555
language: 'spark', // Defaults to "sql" (see the above list of supported dialects)
5656
indent: ' ', // Defaults to two spaces
57-
uppercase: bool, // Defaults to false
57+
uppercase: bool, // Defaults to false (not safe to use when SQL dialect has case-sensitive identifiers)
5858
linesBetweenQueries: 2, // Defaults to 1
5959
});
6060
```

0 commit comments

Comments
 (0)