-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
`.sqlfluffignore` only ignores files when the ful…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I can run sqlfluff lint on both files indi…
-
TSQL grammar not parsed select query when it is inside the single quotes
it is a dynamic sql where quotes can be separated as well
It is considered as string text
select @v_sql =
'set forceplan on…
-
## Before submitting an issue please check these first!
* On Windows? If so, do you need devkit for your ruby install?
- Yes
- Yes? I don't exactly understand the question, but I do have devk…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
First of all: wow, what a wonderful tool! …
-
Hi @staticlibs ,
we are facing one of the issue which is not able to get all the time . while inserting the data, even if the table is still exist in the babelfish connection,, getting error like …
-
### Bug description
REmoving a field with Default value from the schema + prisma db-push causes an error due to incorrect TSQL Command in SQL Server
### How to reproduce
use SQL SERVER
Cr…
-
I have a scenario where I have a non-nullable column in my table but a my POCO model is nullable. (I know, not ideal. It's a brownfield and I'm trying to avoid a projection). I created a converter as …
-
It would be really handy to have first-class support for transactions when interacting with DBMS like PostgreSQL or MySQL.
As of today it is possible to concat multiple commands and surround those…
-
Hi, i have a problem trying to parse any TSQL statement using antlr4-python3-runtime-4.13.1 with the official grammar in this repository.
I generate TsqlParser.py and TSqlLexer.py using the jetbrai…