On 2012-05-31 00:09, Alexander Golovko wrote: >> As for the problem with the patch in the URL I originally sent, the >> issue is that mysql considers columns to be "identifiers", and the >> way >> to quote an identifier is to use backticks. >> >> wrong: select "MaxValue" from Counters; >> right: select `MaxValue" from Counters;
Oooh, I had a typo in my example there. Should be: right: select `MaxValue` from Counters; > I add your patch to master branch. thank you! Thank you too. -Corey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org