ms705 / nom-sql

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

Are all queries processed as lowercase ? #29

Closed lovasoa closed 6 years ago

lovasoa commented 6 years ago

Is this comment still relevant ?

https://github.com/ms705/nom-sql/blob/791c0f5117b6e02c1e3f146cc4a2689ef7da7a54/src/parser.rs#L58-L59

ms705 commented 6 years ago

Nope, it's not -- nom_sql has been case-insensitive for a long time now (but wasn't initially, as nom did not support case-insensitive combinators back around v1.0).