ms705 / nom-sql

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

Add placeholder variables #58

Closed gzsombor closed 4 years ago

gzsombor commented 4 years ago

Enable parsing queries, which contains :1 or $1 style variables

Fixes #42

gzsombor commented 4 years ago

Ok, I've just saw, that there is already a PR about this, and some discussion about it. I'm going to implement the suggested improvements too.

ms705 commented 4 years ago

Awesome, thank you!

Sorry, I missed this PR earlier in the year. Merging it now.