In message <[EMAIL PROTECTED]>, Gabriel Genellina wrote: > Note that I used %s everywhere (it's just a placeholder, not a format) ...
>From /usr/lib64/python2.5/site-packages/MySQLdb/cursors.py, lines 150-151: if args is not None: query = query % db.literal(args) -- http://mail.python.org/mailman/listinfo/python-list