ms705 / nom-sql

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

Quick fix #48

Closed alexsnaps closed 5 years ago

alexsnaps commented 5 years ago

Hey, My last PR did something … bad :( mit-pdos/noria-mysql expects to be able to format! a parsed query and that the resulting String to be parsable again… My implementation of Display broke that. This fixes it…  I still get some broken tests in noria-mysql, but that's definitively a (first?) issue that requires fixing.

ms705 commented 5 years ago

Released as v0.0.9.