mozilla/moz-sql-parser

square brackets are not accepted: "Select [A] from dual"

aisbergde opened this issue · 0 comments

it should be possible to use square brackets

example:
json.dumps(parse("Select [A] from dual"))
json.dumps(parse("Select [A] from [dual]"))
json.dumps(parse("Select [A] from dual [T1]"))