Replies: 2 comments
-
Greetings. As per default Please close the case when solved. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to have a SELECT like:
String expression = "Select x FROM x WHERE [test] = 'Testuser' ";
At rendering time I will change the placeholder [test] to the real Table / Column.
Currently the validation is failing, because JSQLParser cannot use the [ and ] so it will be throw an exception.
Is there a way to validate the SQL with this kind of placeholders?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions