ms705 / nom-sql

Rust SQL parser written using nom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are all queries processed as lowercase ?

lovasoa opened this issue · comments

Is this comment still relevant ?

nom-sql/src/parser.rs

Lines 58 to 59 in 791c0f5

// we process all queries in lowercase to avoid having to deal with capitalization in the
// parser.

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).