This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients illume, loewis
Date 2011-03-26.17:41:43
SpamBayes Score 0.017117187
Marked as misclassified No
Message-id <1301161304.13.0.802122481567.issue11685@psf.upfronthosting.co.za>
In-reply-to
Content
Ah. That's not a limitation of Python, but a limitation of sqlite. See 

http://www.sqlite.org/c3ref/bind_blob.html

for how parameter binding works. The table name is not supported as a parameter; neither are column names or database names.

So if you want this feature added, please request it from the sqlite developers; Python will then naturally inherit it. I'm skeptical that they are open to such a proposal, though, since it will be a massive change in SQL parsing.
History
Date User Action Args
2011-03-26 17:41:44loewissetrecipients: + loewis, illume
2011-03-26 17:41:44loewissetmessageid: <1301161304.13.0.802122481567.issue11685@psf.upfronthosting.co.za>
2011-03-26 17:41:43loewislinkissue11685 messages
2011-03-26 17:41:43loewiscreate