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
4.1.63
select from T_User where UserName in @UserNames; select from T_User where (UserName in @UserNames)
由于@UserNames与后面的; 或者)没有空格导致匹配成了@UserNames;和@UserNames),最终导致出现异常。
@UserNames
;
)
@UserNames;
@UserNames)
The text was updated successfully, but these errors were encountered:
4dbe23a
Ahoo-Wang
No branches or pull requests
SmartSql version
4.1.63
Database provider and version
Steps to reproduce
由于
@UserNames
与后面的;
或者)
没有空格导致匹配成了@UserNames;
和@UserNames)
,最终导致出现异常。Expected result
Actual result
Stack trace
The text was updated successfully, but these errors were encountered: