ms705 / nom-sql

Rust SQL parser written using nom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support :named place holders

soulstompp opened this issue · comments

Most of the Rust libraries for accessing MySQL allow named parameters using the :name syntax, it would be ideal to be able to parse these as an ItemPlaceholder::Named(String).