We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
@smitpatel Can you give an example? Is this like short-circuiting?
Sorry, something went wrong.
AssertSql( @"@__p_0='ALFKI' (Size = 5) SELECT TOP(2) [c].[CustomerID], [c].[Address], [c].[City], [c].[CompanyName], [c].[ContactName], [c].[ContactTitle], [c].[Country], [c].[Fax], [c].[Phone], [c].[PostalCode], [c].[Region] FROM [Customers] AS [c] WHERE ([c].[CustomerID] = @__p_0) AND @__p_0 IS NOT NULL");
Remove @__p_0 IS NOT NULL term of it is already not null.
@__p_0 IS NOT NULL
@maumar - This is probably done.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: