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

Add format feature to not ident on extra conditions after first WHERE condition #290

Open
JannemanDev opened this issue Nov 7, 2023 · 0 comments

Comments

@JannemanDev
Copy link

JannemanDev commented Nov 7, 2023

Currently it formats it like this:

select *
from table
where col1='123'
    and col2='456'
    and col3='876'

and it's not possible to have it like this

select *
from table
where col1='123'
and col2='456'
and col3='876'

Would be nice to have a format feature in settings that supports this.

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

1 participant