Skip to content

Commit

Permalink
Fix test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Jan 21, 2023
1 parent f49e828 commit 86f337d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ from dual



--@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
--@FAILURE: Encountered unexpected token: "(" "(" recorded first on Aug 3, 2021, 7:20:08 AM
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ select
group by c.constraint_name, rollup (c.column_name)


--@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
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ 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
--@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
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM

0 comments on commit 86f337d

Please sign in to comment.