-
It would be nice if you can lint/auto-fix query strings embedded in other languages.
For example, in Rust:
```rust
sqlx::query("SELECT * FROM users WHERE email = ?")
```
Or in Go:
```go
…
musjj updated
1 month ago
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I was having issues using lint with T-SQL…
-
i think there's a huge overlapping userbase of python users who work in the data engineering space. the current lanscape of good tooling to format and lint sql files is not great and something like ru…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
DBT exposes a [modules variable](https://doc…
-
I've followed the installation instructions and nothing happens, either onSave or onEdit. Similar to what Anton and James raised in the [reviews](https://marketplace.visualstudio.com/items?itemName=do…
-
I have `.sqlfluff` in the root of my project:
![image](https://github.com/user-attachments/assets/664ed855-7276-4706-b7ab-11521b1ee7a8)
And I have a config setting to use project `.sqlfluff`:
![i…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
`lint() --> get_linter_for_dialect() --> g…
-
Hi! I'm one of the maintainers from the newly-formed [SqlFluff org](https://github.com/sqlfluff). I saw your repo in a github search to see who's built tools around sqlfluff. I was wondering if you'd …
-
It's been awhile since we've touched the SQLFluff/sqlfmt configuration we use for CI/CD. SQLFluff has been updated a lot in the last year or so. We should take a quick look at our configuration and ma…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
PostgreSQL offers sophisticated [full text search…