----- Original Message ----- From: "Loïc" loic-div@ifrance.com
That's really annoying but this new function has some big bugs. For example, just tries to enter this value for a varchar field: "this is a delete test". You'll see it is changed to "this is a DELETE test" (case is changed) :((
The main problem is that PMA_sqlFormat() does not make a difference between MySQL expressions and quoted strings. I already noticed that when fixing bug #575867.
Robin, what about your new parser? Would it solve this problem?
Regards,
Alexander