Re: [Sqlalchemy-users] warnings from update on mysql

2006-07-03 Thread Mike Bernson
Just a note switching from mysqldb 1.2.1c3 to 1.2.1p2 now work much better for me and print warning with what there are when they happen. Michael Bayer wrote: > > On Jul 1, 2006, at 1:31 AM, Mike Bernson wrote: > >> The data is array of dict. the dict has the list of columns as keys that >> valu

Re: [Sqlalchemy-users] warnings from update on mysql

2006-07-01 Thread Michael Bayer
On Jul 1, 2006, at 1:31 AM, Mike Bernson wrote: > The data is array of dict. the dict has the list of columns as keys > that > value as the data for the row. There are None in place for values > to keep the number of keys align. > > Has this been seen before? > I will start looking at the sql c

Re: [Sqlalchemy-users] warnings from update on mysql

2006-06-30 Thread Mike Bernson
Sorry here is the output with echo=True Mike Bernson wrote: > I have a case where I am loading a mysql database with insert from table > object. > > When I insert a single row at a time everything works without warnings. > > If I insert 100 rows at a time I get warnings from mysql cursor object