cl-sql-formatter
Advanced tools
@@ -68,3 +68,3 @@ "use strict"; | ||
| namedPlaceholderTypes: [], | ||
| specialWordChars: ['@', '#', '-', '/', '|'], | ||
| specialWordChars: ['@', '#', '-', '/'], | ||
| lineCommentTypes: ["--"] | ||
@@ -71,0 +71,0 @@ }); |
+1
-1
| { | ||
| "name": "cl-sql-formatter", | ||
| "version": "4.0.7", | ||
| "version": "4.0.8", | ||
| "description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -374,3 +374,3 @@ import Formatter from '../core/Formatter'; | ||
| namedPlaceholderTypes: [], | ||
| specialWordChars: ['@', '#', '-', '/', '|'], | ||
| specialWordChars: ['@', '#', '-', '/'], | ||
| lineCommentTypes: [`--`], | ||
@@ -377,0 +377,0 @@ }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
800531
-0.01%