fix: issue1875#1957
Conversation
The DDL statements are a big mess, best illustrated here: https://manticore-projects.com/JSQLParser/syntax_snapshot.html#createtable I would like to advise for a refactoring which splits this one into many smaller, re-usable productions where grammar and code can be shared between A good blueprint maybe here: https://manticore-projects.com/SQL2016Parser/syntax.html#table-definition and https://manticore-projects.com/SQL2016Parser/syntax.html#alter-table-statement |
|
Clean and neat as always, thanks a lot for working on this. Cheers! |
Temporarily solve the issue 1875 #1875 .
Refactoring may take more time. And in my opinion, we should discuss how to refactor.