Fix parsing statements with multidimensional array #1656#1657
Fix parsing statements with multidimensional array #1656#1657lis412 wants to merge 2 commits intoJSQLParser:masterfrom
Conversation
|
Greetings! Hint: you can add |
|
@manticore-projects Would approve, but your tests for keywords are failing. This method should be smoothed. Changing RegExp productions should be enough. BTW did you remove JavaCC dependency from JSqlParser? |
|
Its not about the Test, the test is accurate. The problem here is only timing. The PR has been issued when you had the Tests deactivated and so got tested successfully. Now, when the Tests are active again, the PR fails.
Alternatively, PR needs to be synched against Master. |
|
Good news: the PR also helps regarding to WARNING: UNRECORDED SUCCESS: for_update06.sql, please add to the EXPECTED_SUCCESSES List in SpecialOracleTest.java |
|
I have tested it: The Keyword Tests worked exactly as expected and I have done that and also added the 2 additional Oracle Test, please pull from here: git@github.com:manticore-projects/JSqlParser.git Alternatively, I have drafted another PR #1665 replacing this one. All Credits to @lis412 of course. |
fixes #1656