In message <[EMAIL PROTECTED]>, Duncan Booth wrote:

> Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote:
> 
>>> This could be an argument for having a utility function to escape the
>>> wildcards for this sort of situation, but certainly not an argument for
>>> his proposed QuoteSQL.
>> 
>> Why not? That is exactly one of the options my QuoteSQL offers.
>> 
> Yes, but your code also quotes non-wildcards...

It quotes specials which can cause trouble with MySQL. The specials come in
two sets (wildcards and others), but they are both specials.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to