Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0.1
-
None
Description
The JDBC System control's parser does not correctly process statements like:
WHERE {sql: fn in (KEY_COL,
{keyVals})}
where white space is included between the 'sql:' and 'fn' and a whitespace occures after the 'in' keyword.
The parser should ignore whitespace in these cases and not fail during compilation of a jdbc control.