ms705 / nom-sql

Rust SQL parser written using nom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improved support for CREATE TABLE parsing

soulstompp opened this issue · comments

Per the following comment I stumbled upon for the creation parser, // TODO(malte): support types, TEMPORARY tables, IF NOT EXISTS, AS stmt I wanted to get an issue open to add these features along with a few other missing pieces. I will add comments as I figure out what missing pieces those may be.