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