We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following queries are formatted using SqlFormatter:format() method
SELECT path, CHARINDEX( '\', path_sep) AS sep FROM dirs AS d
SELECT path, '\' AS sep FROM dirs AS d
The text was updated successfully, but these errors were encountered:
This is sadly true as the https://github.com/jdorn/sql-formatter/blob/v1.2.17/lib/SqlFormatter.php#L339 and even https://github.com/doctrine/sql-formatter/blob/1.2.0/src/Tokenizer.php#L984 string tokenize code assumes MySQL grammar.
Sorry, something went wrong.
No branches or pull requests
The following queries are formatted using SqlFormatter:format() method
The text was updated successfully, but these errors were encountered: