should bracket quotation (like sqlserver supports it) be removed to be able to support array constructs
At the moment JSqlParser supports quotation like [colname]. This is the reason it cannot support simple array constructs using brackets as well.
As the bracket quotation, IMHO, should be replaced by double quotes.
Should the bracket quotation be removed to get the way free to arrays?