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 237c1e7 commit 3cd6d98Copy full SHA for 3cd6d98
README.md
@@ -54,7 +54,7 @@ You can also pass in configuration options:
54
format('SELECT * FROM tbl', {
55
language: 'spark', // Defaults to "sql" (see the above list of supported dialects)
56
indent: ' ', // Defaults to two spaces
57
- uppercase: bool, // Defaults to false
+ uppercase: bool, // Defaults to false (not safe to use when SQL dialect has case-sensitive identifiers)
58
linesBetweenQueries: 2, // Defaults to 1
59
});
60
```
0 commit comments