On Fri, 2004-03-05 at 11:36, Jochen Wiedmann wrote:
[snip]
For the LIMITS, instead of parsing the statment looking for them I might
make DBD::mysql not quote /^(\d+)$/ which would make it work like it did
(with LIMITS) before the change, and the ints should get casted to VARCHAR
when used as a param to VARCHAR.
Don't. Go to server side placeholders and leave everything to the
server as soon as possible.
I was under the impression that MySQL doesn't support placeholders and
that the placeholder syntax for DBD::mysql was just for
compatibility/continuity with the other DBD::* classes. If you know
differently, do you know what version of MySQL supports this?