sql-formatter
sql-formatter copied to clipboard
TablePlus plugin
SQL formatter plugin version (1.0) 
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
This fixes https://github.com/TablePlus/sql-formatter/issues/7
So I've a postgrse schema named "Köln". By pressing CTRL+I the SQL ```sql SELECT * FROM köln.tier ```sql will be formatted to: ```sql SELECT * FROM k ö ln.tier ```...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...
How is this different from the built-in “Beautify” command that I get by pressing Cmd-I?
See something like http://architectshack.com/PoorMansTSqlFormatter.ashx dbBeaver has an 'external' formatter option where you can just pass it the command to format and it will pipe over your SQL, run the formatter...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
- Fixed regex pattern to allow Windows with old version of `ClearScript` to run the JS code.