Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOR not parsed correctly #602
Comments
|
can anyone verify this is a bug? |
|
At the moment this type of expression (x or y) is not supported as selected item. |
|
Tested this on MySQL (example is based on Sakila): SELECT city_id OR country_id FROM cityAlso with SELECT city_id || country_id FROM city |
following fails to parse:
SELECT x OR y from Tnet.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "OR" "OR"
at line 1, column 10.