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)
> > [['', '
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.
I have this table
mysql> describe valid_individuals;
+---+--+--+-+-+---+
| Field | Type | Null | Key | Default | Extra |
+---+--+--+-+-+---+
| fname | varchar(30) | YES | | NULL| |
| lname | varchar(30)