ms705 / nom-sql

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

Support MySQL User-Defined Variables #44

Closed jonhoo closed 5 years ago

jonhoo commented 5 years ago

These are prefixed by an @ sigil: https://dev.mysql.com/doc/refman/5.7/en/user-variables.html

jonhoo commented 5 years ago

@ms705 could you do a release too so we can get this change into noria?

ms705 commented 5 years ago

Released as 0.0.7.