ms705 / nom-sql

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

Support :named place holders #84

Open soulstompp opened 2 years ago

soulstompp commented 2 years ago

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