sql-formatter
Advanced tools
Comparing version 13.0.0 to 13.0.1
@@ -78,6 +78,6 @@ import { expandPhrases } from '../../expandPhrases.js'; | ||
'<%', '%>', '<<%', '%>>', '<<->', '<->>', '<<<->', '<->>>', // Type cast | ||
'::'] | ||
'::', ':'] | ||
}, | ||
formatOptions: { | ||
alwaysDenseOperators: ['::'], | ||
alwaysDenseOperators: ['::', ':'], | ||
onelineClauses | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"name": "sql-formatter", | ||
"version": "13.0.0", | ||
"version": "13.0.1", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -194,3 +194,3 @@ <a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a> | ||
Or when using the VSCode extension: Settings -> Prettier-SQL: SQLFlavourOverride. | ||
Or when using the VSCode extension: Settings -> SQL-Formatter-VSCode: SQLFlavourOverride. | ||
@@ -197,0 +197,0 @@ ### Module parse failed: Unexpected token |
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
2036776