sql-formatter icon indicating copy to clipboard operation
sql-formatter copied to clipboard

TablePlus plugin

Results 19 sql-formatter issues
Sort by recently updated
recently updated
newest added

SQL formatter plugin version (1.0) ![CleanShot 2021-01-01 at 10 42 24](https://user-images.githubusercontent.com/29014463/103433833-2ba69780-4c1e-11eb-9d43-02d759569ecc.gif)

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...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=6.4.0&new-version=6.4.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

- Fixed regex pattern to allow Windows with old version of `ClearScript` to run the JS code.