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
Hello Team, Unable validate below expression.
Select trim(5)
Expected : Tool should catch exception. It should throw exception like parameter is incorrect.
Actual : simply validating as correct expression
Please resolve this issue.
The text was updated successfully, but these errors were encountered:
Tested working on my setup:
As you can see the analyzer raises a SqlException with message saying No matching signature for function TRIM for argument types: INT64. ...
No matching signature for function TRIM for argument types: INT64. ...
The analyzed query is exactly as you've provided, here's the watcher from my debugger showing the value of analyzed query:
Is there something that i'm missing? Please let me know.
Sorry, something went wrong.
I am trying catch the error using below code
analyzer. analyzeStatements(myQuery, this.Catlog, true)
Unable to catch the error msg.
No branches or pull requests
Hello Team,
Unable validate below expression.
Select trim(5)
Expected : Tool should catch exception. It should throw exception like parameter is incorrect.
Actual : simply validating as correct expression
Please resolve this issue.
The text was updated successfully, but these errors were encountered: