RE: MySQLdb insert fails on one table

2007-06-01 Thread Sells, Fred
s, Fred > Cc: python-list@python.org > Subject: Re: MySQLdb insert fails on one table > > > On Fri, 2007-06-01 at 11:48 -0400, Sells, Fred wrote: > > INSERT INTO valid_individuals (fname,lname,alias,email) > VALUES (%s,%s,%s,%s) > > [['', '&#x

Re: MySQLdb insert fails on one table

2007-06-01 Thread Carsten Haese
On Fri, 2007-06-01 at 11:48 -0400, Sells, Fred wrote: > INSERT INTO valid_individuals (fname,lname,alias,email) VALUES (%s,%s,%s,%s) > [['', '', 'z', 'aa']] > > this function works fine for several other tables, but on this one I get no > errors and there is nothing in the table.