-
I've been thinking for a while on how to implement "linting of injected languages" using the existing code-base as-is, and (in theory anyway) it's not too difficult, I would just like to bring it up f…
-
### Problem
Currently [megalinter Sqlfluff integration](https://megalinter.io/latest/descriptors/sql_sqlfluff/) does not support fixing of files.
I have tried different combinations, like:
####…
-
### 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 Snowf…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
We are using SQLFluff in a [Liquibase](https://www.…
-
Windows users of `libpg-query@16.2.0` via [SafeQL](https://github.com/ts-safeql/safeql) have reported crashes:
## Error code `0xC0000409` (`STATUS_STACK_BUFFER_OVERRUN`)
Error code `0xC0000409` …
-
First, I want to express my gratitude for the hard work the team has put into the SQLFluff extension. It has been an invaluable tool in maintaining SQL code quality, and I deeply appreciate the ongoin…
-
### Feature Description
I was kinda disappointed to see that `migration:show` does not output the SQL of the migration.
This is a relatively essential feature for many applications for instance if…
alper updated
1 month ago
-
It seems that sql-lint is unable to parse SQL functions.
example.sql:
```
create function xor (a boolean, b boolean)
returns boolean
immutable language sql
as $$
select (a and not b…
-
Hi,
I found some instructions for using Vim/Ale here:
https://github.com/joereynolds/sql-lint/issues/30
But, `:ALELint` isn't returning anything when I open up a faulty SQL file...
I have …
-
### How it should work
- Separate repository (name it sql-lint.vim)
- Has an `sql` ftplugin which should contain the following
```
"Double check the syntax for +=, just assuming that's correct…