sql-formatter
Advanced tools
Comparing version 12.2.0 to 12.2.1
@@ -88,3 +88,3 @@ import { EOF_TOKEN, isToken, TokenType } from '../../lexer/token.js'; | ||
lineCommentTypes: ['--', '#'], | ||
operators: ['&', '|', '^', '~', '>>', '<<', '||'], | ||
operators: ['&', '|', '^', '~', '>>', '<<', '||', '=>'], | ||
postProcess | ||
@@ -91,0 +91,0 @@ }, |
{ | ||
"name": "sql-formatter", | ||
"version": "12.2.0", | ||
"version": "12.2.1", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -73,2 +73,3 @@ "license": "MIT", | ||
"Pavel Djundik <xPaw@users.noreply.github.com>", | ||
"pokutuna <mail@pokutuna.com>", | ||
"Rafael Pinto <raprp@posteo.de>", | ||
@@ -75,0 +76,0 @@ "Rahel Rjadnev-Meristo <rahelini@gmail.com>", |
@@ -155,4 +155,4 @@ <a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a> | ||
- [**`logicalOperatorNewline`**](docs/logicalOperatorNewline.md) newline before or after boolean operator (AND, OR, XOR). | ||
- [**`tabulateAlias`**](docs/tabulateAlias.md) aligns column aliases vertically (**unstable!**). | ||
- [**`commaPosition`**](docs/commaPosition.md) where to place the comma in column lists (**unstable!**). | ||
- [**`tabulateAlias`**](docs/tabulateAlias.md) aligns column aliases vertically (**deprecated!**). | ||
- [**`commaPosition`**](docs/commaPosition.md) where to place the comma in column lists (**deprecated!**). | ||
- [**`expressionWidth`**](docs/expressionWidth.md) maximum number of characters in parenthesized expressions to be kept on single line. | ||
@@ -159,0 +159,0 @@ - [**`linesBetweenQueries`**](docs/linesBetweenQueries.md) how many newlines to insert between queries. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2169732