From: Markos K. <mk...@gm...> - 2013-01-22 20:21:16
|
Any good reason why this code should fail to insert while the underlying query in mysql shell works? cursor=cbx.conn.cursor() cursor.execute(u"INSERT INTO notes (message, author) VALUES ('test', 'test');") Furthermore, this fails silently, so no error to give me a clue. Selects still work as expected, but somehow, all the old legacy code I've got that uses statements of the above type have stopped working. As always, thanks much for the advice, --Markos Kapes |