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
SQLUtils.formatSQLServer("update clients set name =N'小明',age =1") , 結果為UPDATE clients SET name = N'小明'',ag', age = 1
對name =N'小明'的解析不正確
The text was updated successfully, but these errors were encountered:
bug fixed for sql parser nchar literal support. for issue #2558
9c8b14b
No branches or pull requests
SQLUtils.formatSQLServer("update clients set name =N'小明',age =1") ,
結果為UPDATE clients
SET name = N'小明'',ag', age = 1
對name =N'小明'的解析不正確
The text was updated successfully, but these errors were encountered: