Sasha Sorokin
Results
2
issues of
Sasha Sorokin
This is a fix for the following issue: https://github.com/tsqllint/tsqllint/issues/286
The following SQL file produces an error, whereas it shouldn't: ```SQL CREATE FUNCTION Foo.Bar () RETURNS TABLE AS RETURN ( WITH CTE AS ( SELECT a, b FROM Foo.Baz )...
bug