Closed
Description
Failing SQL Feature:
When updating a Boolean column, the value true is parsed as column.
SQL Example:
UPDATE TestTable SET Column1 = 'Tester', Column2 = true WHERE Id = 'AAS'
Column1 and Column2 are parsed as a Column object.
Tester is parsed as a StringValue
true is parsed as Column object. Why? I expect it to be parsed as BooleanValue or something else value object.
Statement queryData = CCJSqlParserUtil.parse("UPDATE TestTable SET Column1 = 'Tester', Column2 = true WHERE Id = 'AAS'");
Software Information:
- JSqlParser version 5.0 (same problem with the snapshot)
Metadata
Metadata
Assignees
Labels
No labels