Skip to content

Commit

Permalink
Define Reserved Keywords explicitly
Browse files Browse the repository at this point in the history
Derive All Keywords from Grammar directly
Generate production for Object Names (semi-) automatically
Add parametrized Keyword Tests
  • Loading branch information
manticore-projects committed Jan 21, 2023
1 parent 5fae2f5 commit f49e828
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ from dual



--@FAILURE: Encountered unexpected token: "(" "(" recorded first on Aug 3, 2021, 7:20:08 AM
--@FAILURE: Encountered unexpected token: "(" "(" recorded first on Aug 3, 2021, 7:20:08 AM
--@FAILURE: Exception without message: net.sf.jsqlparser.JSQLParserException recorded first on 24 Oct 2021, 02:38:30
--@FAILURE: Encountered unexpected token: "trim" <K_STRING_FUNCTION_NAME> recorded first on 24 Oct 2021, 02:45:19
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ select
group by c.constraint_name, rollup (c.column_name)


--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM
--@FAILURE: Exception without message: net.sf.jsqlparser.JSQLParserException recorded first on 24 Oct 2021, 02:38:30
--@FAILURE: Encountered unexpected token: "." "." recorded first on 24 Oct 2021, 02:45:19
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ ALL_IND_EXPRESSIONS ie
where ind.index_name = ie.index_name(+)
and ind.index_owner = ie.index_owner(+)

--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM
--@FAILURE: Exception without message: net.sf.jsqlparser.JSQLParserException recorded first on 24 Oct 2021, 02:38:30
--@FAILURE: Encountered unexpected token: "(" "(" recorded first on 24 Oct 2021, 02:45:19

0 comments on commit f49e828

Please sign in to comment.