How? I've tried every variation that I can think of and it will never let me complete a nested query...<BR><BR>Example:<BR><BR>q = "(SELECT TOP 5 * FROM data WHERE ID > " & largeID & " ORDER BY ...
Flyway fails to properly parse and execute the following sample repeatable migration. (Actual logic redacted and replaced with select statements.) DECLARE var_one BOOLEAN; var_two BOOLEAN; BEGIN ...
There is a PRS parsing error when I lint a file with a nested CASE statement (see example below). Note: This is a regression, there is no linting error in sqfluff==3. ...