-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I ran `sqlfluff fix` on this file:
```
SELECT…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
sqlfluff throws `LT02` error for a seemingly vali…
-
Linting queries would be a great feature for ensuring quality of queries (for example, discouraging equality check with null).
Creating a general linter would be a very tall order. There are exist…
-
In our CI/CD we're running the command `diff-quality --violations sqlfluff --compare-branch=master --fail-under=100` on version 7.7.0 on a branch that has only deleted/removed files. We have hundreds …
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I have run `sqlfluff fix --dialect snowflake --ru…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
The linter fix with bigquery dialect applies a d…
-
Hi,
First of all, thank you for creating this amazing extension. I have discovered a potential bug, or perhaps at least something that could be documented better.
My folder structure looks like …
-
**Describe the bug**
CASE statement breaks the table sequence
**SQL**
Paste the SQL text here. For example:
```sql
create temporary table result_table on commit drop as
with t1 as (
sele…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Cursor options "LOCAL FORWARD_ONLY READ_ONLY STAT…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
When creating a new table and specifying the column…