sqlfluff icon indicating copy to clipboard operation
sqlfluff copied to clipboard

A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

Results 675 sqlfluff issues
Sort by recently updated
recently updated
newest added

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened Within Quantile, we are using for a project Snowflake, Meltano and DBT...

documentation
awaiting feedback

### Brief summary of the change made Fixes #3752 ### Are there any other side effects of this change that we should be aware of? ### Pull Request checklist -...

### Brief summary of the change made Closes https://github.com/sqlfluff/sqlfluff/issues/3748 ### Are there any other side effects of this change that we should be aware of? No ### Pull Request checklist...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened When using if-else blocks like this: ``` {% if true %} {%...

bug

### Brief summary of the change made Fixes #3713 ### Are there any other side effects of this change that we should be aware of? Had to regenerate all fixtures...

### Brief summary of the change made Adds support for a new table property that should not be lowercased. ### Are there any other side effects of this change that...

### 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 a file with `ignore=templating` and "fix even...

bug

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description Apart from supporting the SQL standard type casting variant `CAST(expression AS type)`, several...

enhancement

### Brief summary of the change made fixes:https://github.com/sqlfluff/sqlfluff/issues/1862 ### Are there any other side effects of this change that we should be aware of? ### Pull Request checklist - [...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened Receiving unparsable error when trying to alter a table and drop a...

bug
t-sql