ms705 / nom-sql

Rust SQL parser written using nom
MIT License
232 stars 41 forks source link

Support nested selection for FROM clauses #78

Open soulstompp opened 2 years ago

soulstompp commented 2 years ago

The join clauses appear to properly support nested selection but the from clause only looks for a table list. We will want to be able to support parsing these statements since nested selection shows up in the from clause fairly often from my experience.