Tor Erik Soenvisen <[EMAIL PROTECTED]> writes: > # Protect against SQL injection by escaping quotes
Don't ever do that, safe or not. Use query parameters instead. That's what they're for. -- http://mail.python.org/mailman/listinfo/python-list
Tor Erik Soenvisen <[EMAIL PROTECTED]> writes: > # Protect against SQL injection by escaping quotes
Don't ever do that, safe or not. Use query parameters instead. That's what they're for. -- http://mail.python.org/mailman/listinfo/python-list