Describe the bug
FROM Keyword is removed from SQL and JSQLParser is not complaining about syntax.
To Reproduce
Steps to reproduce the behavior:
- sqlStatement = "SELECT SYSDATE DUAL"
- Parsing this SQL using JSqlParser with this statements ( final Statement statement = CCJSqlParserUtil.parse(sqlStatement);)
- No Exception
Expected behavior
Exception must be thrown for invalid syntax as FROM is missing.
System
- Oracle
- Java 17
- JSqlParser 4.4
Note:: "FROM" keyword validation is working in 4.3
Describe the bug
FROM Keyword is removed from SQL and JSQLParser is not complaining about syntax.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Exception must be thrown for invalid syntax as FROM is missing.
System
Note:: "FROM" keyword validation is working in 4.3