ms705 / nom-sql

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

support for complex sorting clauses #75

Open soulstompp opened 2 years ago

soulstompp commented 2 years ago

Added the additional features supported by ORDER BY and GROUP by as mentioned in https://github.com/ms705/nom-sql/issues/73. Positional values are treated separately from a Column, since it can only exist in those two places (and has been deprecated in those places).