Ted Conbeer
Ted Conbeer
Thanks for the report. SQL Server uses brackets in a unique way (compared to all other databases/warehouses). To support this we would need to create a new SQL Server-specific dialect...
Not that I know of; I'd love to hear how it goes for you. sqlfmt produces something very close to "unified diff" with the `--diff` option, so it might just...
With yarn, it's `"resolutions"` instead of `"overrides"`. Otherwise @clebsonf's workaround works great.
Yeah, I was thinking it would create a batch on exit. Kind of like begin/commit for database libs.
when I format your example, I get: ```sql select emp_id, name, dept, from employees ; ``` What would you like to see? Do you want to enforce the presence of...
I don't think we need to change anything, but I'll leave this open as a feature request for a "magic trailing comma" feature
This just bit me for the second time. I also just noticed (for the first time) that naked `ctrl` presses also trigger a `ctrl+@` /NUL key. Windows 11, Windows Terminal,...
I have one of these here if you want to take a gander: https://github.com/tconbeer/textual-textarea/blob/main/src/textual_textarea/path_input.py
@mlemainque Thanks for your feedback and offer to contribute. Unfortunately adding new commands like this requires changing lexing rules, which gets complex fast. I can point you to [this PR](https://github.com/tconbeer/sqlfmt/pull/352/files),...
Using Trunk is another option now. See https://docs.sqlfmt.com/integrations/trunk