Skip to content
New issue

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

Formatting breaks when using '\' #112

Open
buutqn opened this issue Mar 22, 2022 · 1 comment
Open

Formatting breaks when using '\' #112

buutqn opened this issue Mar 22, 2022 · 1 comment

Comments

@buutqn
Copy link

buutqn commented Mar 22, 2022

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
@mvorisek
Copy link

mvorisek commented May 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants