Open clohfink opened 8 years ago
Use something like http://pegjs.org/ to parse the CREATE TABLE statement instead of a complex regex (which misses some scenarios)
I'm very much +1 on this. The regex approach is failure prone.
Use something like http://pegjs.org/ to parse the CREATE TABLE statement instead of a complex regex (which misses some scenarios)