In message <[EMAIL PROTECTED]>, Sybren Stuvel
wrote:

> Lawrence D'Oliveiro enlightened us with:
>> Yes, I have done blobs. Still need a quoting function for the
>> specials, though.
> 
> Why? What makes your data so different from mine?

        "select * from details where person_name like"
        " concat(\"%%\", %s, \"%%\")" \
    % \
        QuoteSQL(name, True)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to