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

A whitespace formatter for different query languages

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

**Describe the Feature** When building a long string in a script for insert or update, I like to break it into logical chunks for readability and easy maintenance. Also, VSCode...

feature

![Screenshot 2024-10-22 at 9 20 17 AM](https://github.com/user-attachments/assets/656983c7-f8ae-4c68-808d-c340ad705493) Whenever a project name contains a dash followed by a number then it is being interpreted as a minus number value and being...

bug
bigquery

**Input data** Which SQL and options did you provide as input? ```sql CREATE USER newuser@localhost; ``` **Expected Output** ```sql CREATE USER newuser@localhost; ``` **Actual Output** ```sql CREATE USER newuser @localhost;...

bug
mysql/mariadb