On Jun 23, 2010, at 11:20 AM, Victor Subervi <victorsube...@gmail.com> wrote:
On Wed, Jun 23, 2010 at 12:51 PM, Stephen Hansen <ixo...@ixokai.io> wrote: > The problem is not this line but: > > > File "/var/www/html/globalsolutionsgroup.vi/mailSpreadsheet.py", line > 38, in mailSpreadsheet > cursor.execute('select * from %s', (client,)) > > > This one. > Yes, can't use the comma, must use the percent. Will be the death of me. No, it is really --- never use the percent, always use the comma, redesign your table layout so percent is unneeded. Fold all the properties tables into one. The above with a percent is a security risk. The code is vulnerable to attack. Considering said vulnerability is now published online-- what can be attacked will be attacked :) --Stephen via iPad
-- http://mail.python.org/mailman/listinfo/python-list