-
Notifications
You must be signed in to change notification settings - Fork 26
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
Dialect: DuckDB "LOAD spatial;" causes indentation rules to not be enforced #882
Comments
This is probably because at the moment we don't support the load syntax. |
That's valid--it's very much a feature that has seen its fare share of changes in DuckDB. |
benfdking
added a commit
that referenced
this issue
Oct 21, 2024
Related to #882 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/quarylabs/sqruff/issues/882?shareId=XXXX-XXXX-XXXX-XXXX).
benfdking
added a commit
that referenced
this issue
Nov 23, 2024
Related to #882 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/quarylabs/sqruff/issues/882?shareId=XXXX-XXXX-XXXX-XXXX).
benfdking
added a commit
that referenced
this issue
Nov 24, 2024
Related to #882 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/quarylabs/sqruff/issues/882?shareId=XXXX-XXXX-XXXX-XXXX).
benfdking
added a commit
that referenced
this issue
Nov 24, 2024
Related to #882 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/quarylabs/sqruff/issues/882?shareId=XXXX-XXXX-XXXX-XXXX).
benfdking
added a commit
that referenced
this issue
Nov 24, 2024
Related to #882 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/quarylabs/sqruff/issues/882?shareId=XXXX-XXXX-XXXX-XXXX).
Load is fixed and pushed. I'll do |
Thanks @benfdking! |
Those are fixed and being pushed in release |
Hey @gregorywaynepower, I am going to close this. Let us know if you have any issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey folks! I'm currently using sqruff 0.19.1 installed via cargo on Windows 10 working with the DuckDB dialect. For some reason a
LOAD spatial;
is throwing off the rest of my linting rules.Becomes
When I remove the LOAD spatial; my linting rules are parsed properly.
The text was updated successfully, but these errors were encountered: