[sqlalchemy] A glitch: is it SA's, cymysql's or mine only?

2015-07-20 Thread Lele Gaifax
Hi all, I have a rather simple tool that loads data from YAML and put it in the database, using the ORM layer. It designed so that it basically perform what's called an UPSERT, so I can load the same YAML multiple times with no additional updates. A few days ago I got a TypeError exception deep

Re: [sqlalchemy] A glitch: is it SA's, cymysql's or mine only?

2015-07-20 Thread Mike Bayer
On 7/20/15 4:02 AM, Lele Gaifax wrote: Hi all, I have a rather simple tool that loads data from YAML and put it in the database, using the ORM layer. It designed so that it basically perform what's called an UPSERT, so I can load the same YAML multiple times with no additional updates. A few