-
At the current commit c3b5053a6f797e66ab2abe003eb78653a9381193 the `./src`-folder contains 14 `clone()` method calls.
Things to do:
- [x] create big `.tsql` test files and measure the footprint an…
-
I would like to sign an API request in TSQL. The signature should be encrypted with HMAC-sha256 and be encoded by base64. The end result should be the signature stored in a variable. I hope you can he…
-
Seriously.
`tsql` was intended to be a play on "TypeScript" and "Structured Query Language" to be "TypeScript Query Language" but...
It sounds too much like [T-SQL](https://en.wikipedia.org/wiki…
-
Issue Type: Bug
Please see screenshot
![image](https://user-images.githubusercontent.com/10529018/55264573-18d58680-5232-11e9-8c90-5cf52991e057.png)
Azure Data Studio version: azuredatastudio 1…
-
I would expect that rule L052 would append a semi-colon to all statements missing one, but it looks like its current intent is not to do this. Can we extend the rule?
## Expected Behaviour
The …
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Cursor options "LOCAL FORWARD_ONLY READ_ONLY STAT…
-
For some odd reason the token is mismatched to a valid string:
Test Values:
```
N'WWW'
'WWW'
N'W''W''W'
'W''W''W'
```
Token in TSqlLexer.g4:
`STRING: 'N'? '\'' (~'\'' | '…
-
Create default is not supported. Oddly, DROP DEFAULT is supported.
Definition from realworld database:
```sql
CREATE DEFAULT D_DATETIME
AS CONVERT( char(8), GETDATE(), 112 )
+ substring( C…
-
**TypeScript Version:** 3.5.1
**Search Terms:**
+ Block comment
+ Function body
+ Emit
**Code**
```ts
export const selectClause = tsql.SelectClauseUtil.select(
fromClaus…
-
The Transactional Session feature can lead to a lot of uncollected messages in the outbox.
This happens when pessimistic concurrency control is used, and no message/command/event is sent or published…