I am not sure about the storage engine but here goes: mysql> status -------------- mysql Ver 14.12 Distrib 5.0.75, for debian-linux-gnu (i486) using readline 5.2
the mysql-python version is MySQL_python-1.2.3c1 On Nov 26, 11:47 pm, Alexandre Conrad <[email protected]> wrote: > 2009/11/27 gizli <[email protected]>: > > > With mysql however, the insert done by the query() actually does a > > commit.. i turned on echo, and i dont see an explicit commit but this > > is what seems to happen.. After the program is done, I can see Obj(5) > > in the mysql database. > > > Is this a known problem? Or am I doing something wrong here? > > Which MySQL storage engine are you using? > > Alex -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
