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

Support for automatically fixing errors. #204

Open
Legion112 opened this issue Apr 27, 2022 · 1 comment
Open

Support for automatically fixing errors. #204

Legion112 opened this issue Apr 27, 2022 · 1 comment

Comments

@Legion112
Copy link

Legion112 commented Apr 27, 2022

I don't wanna fix those errors myself becouse usually this kind of error could be fixed automatically.

16:	ALTER TABLE some_table_name drop constraint if exists constrain_name; <-- uses lowercase SQL keyword: 'constraint', use 'CONSTRAINT' please
16:	ALTER TABL some_table_name drop constraint if exists constrain_name; <-- uses lowercase SQL keyword: 'if exists', use 'IF EXISTS' please
ERROR: File should ends with ONLY ONE newline!!!
@sbdchd
Copy link
Owner

sbdchd commented Aug 24, 2022

Like a code formatter but for SQL?

Or would it also be non-formatter and extend into changing the actual meaning of the SQL?

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

No branches or pull requests

3 participants