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
I have specified db2 language and have a select, the values with $ characters, are separated by whitespaces, which leads to SQL error....
SELECT * FROM TABLENAME AS C WHERE C.CLASSID IN $P{CLASSID} AND C.OID IN $P{OID} $P{INCLUDE}
Format Result:
SELECT * FROM TABLENAME AS C WHERE C.CLASSID IN $ P { CLASSID } AND C.OID IN $ P { OID } $ P { INCLUDE }
I'm not a DB2 expert, but my DBeaver tool formats the $ correctly and leaves them as they were....
Thanks already for the help and for the free library, otherwise it works great.
The text was updated successfully, but these errors were encountered:
This should now be fixed in 6.0 release.
Sorry, something went wrong.
No branches or pull requests
I have specified db2 language and have a select, the values with $ characters, are separated by whitespaces, which leads to SQL error....
SELECT * FROM TABLENAME AS C WHERE C.CLASSID IN $P{CLASSID} AND C.OID IN $P{OID} $P{INCLUDE}
Format Result:
SELECT * FROM TABLENAME AS C WHERE C.CLASSID IN $ P { CLASSID } AND C.OID IN $ P { OID } $ P { INCLUDE }
I'm not a DB2 expert, but my DBeaver tool formats the $ correctly and leaves them as they were....
Thanks already for the help and for the free library, otherwise it works great.
The text was updated successfully, but these errors were encountered: