Petri Lehtinen <pe...@digip.org> added the comment:

No SQL library that I know of provides a way to escape table names. The quoting 
functions are always meant to escape string parameters. This is true for 
sqlite3_mprintf(), too (the %q and %Q options).

If you build table names from user input, your database design is somehow 
flawed.

----------
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11685>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to