-
### Bug description
After upgrade from` 4.0.1` to` 4.1.1` I encountered an issue with permission
```
DB engine Error
You may have an error in your SQL statement. Unable to parse script
```
…
-
### What happened?
With a table like this:
```tsql
create table tab1(col1 numeric(4, 2))
insert into tab1 values('12.345')
```
The following query causes an [error in TdsSendTypeNumeric](htt…
-
### Current Behavior
The TSQL grammar currently allows for `ORDER BY` expressions between set operations (`INTERSECT`, `EXCEPT`, `UNION`) and associates them with the intermediate expression.
##…
-
As part of this issue, we should:
- [x] Create a representative query set of TSQL queries (Handled by #876 )
- [ ] Create the expected Databricks version of these queries so that we can validate t…
-
### What happened?
With the following DB:
```tsql
create database test1
use test1
create schema s1
create table s1.tab1 (col1 int primary key)
insert into s1.tab1 values(42)
create schema s2…
-
### 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…
-
Hi @staticlibs, we encountered error in babelish while trying to call procedure with empty datatable from entity framework to babelfish got error, and it only accept if have data in that data table i …
-
A while back I was playing around with trying to do vector searches in SQL server. At the time I was working with azure instances, so I had to abuse TSQL, user defined functions and storing vectors as…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
The parser is unable to parse the following T-SQL…
-
Use TSQL to enumerate easily guessable passwords
yg-ht updated
2 years ago