Daniel Schall
Results
2
issues of
Daniel Schall
The change #158 added NotLike to the list of BooleanComparisonType. However, LIKE is not part of that list, so neither should NotLike. This is causing issues in our random query...
Repro: ```sql SELECT CAST ($492050157978986.2129 AS MONEY) AS [p_0_0] FROM ([dbo].[table_6] AS [alias_0_0] CROSS JOIN [dbo].[table_4] AS [alias_0_1]) WHERE (NOT (SYSDATETIME() IN (SELECT @Var39 AS [p_1_0] FROM ([dbo].[table_0] AS [alias_1_0]...
sql-feature