fix truncate parsing to capture multiple tables#2048
fix truncate parsing to capture multiple tables#2048manticore-projects merged 5 commits intoJSQLParser:masterfrom
Conversation
|
Very clean, I tip my hat. Error: /home/runner/work/JSqlParser/JSqlParser/target/generated-sources/javacc/net/sf/jsqlparser/parser/CCJSqlParser.java:[24727,5] unreachable statement After fixing this I would merge promptly, thank you for effort and contribution. |
Thanks @manticore-projects 👍 I think Ive made the correct amendments now |
|
Thank you much for your contribution and welcome to the JSQLParser team! |

Looking to address this issue -> #2047
Problem
Truncate statements with multiple tables do not parse
Solution
getTables,setTablesandwithTablesmethods to theTruncateclassJSqlParserCC.jjt+StatementDeParser