Re: [sqlalchemy] Re: executemany() incorrectly used for updates to a table with row versioning with psycopg2

2015-10-20 Thread Tom Flannaghan
Hi Mike, Your fix worked - the example I gave and our other tests pass now. Many thanks, Tom On Mon, 19 Oct 2015 at 17:19 Mike Bayer wrote: > > > On 10/19/15 11:57 AM, Mike Bayer wrote: > > > > > > On 10/19/15 11:44 AM, Steven Winfield wrote: > >> The problem seems

[sqlalchemy] Sqlalchemy delete, update or keep row iterating large dataset in sqlite

2015-10-20 Thread techq84
Hi guys, I've already asked about my problem on stackoverflow (http://stackoverflow.com/questions/33211941/sqlalchemy-delete-update-or-keep-row-in-large-dataset). It seems like hit some unusual corner case in my application because no one could help me out. I'm working on simple but large

SQLAlchemy 1.0.9 Released

2015-10-20 Thread Mike Bayer
SQLAlchemy release 1.0.9 is now available. Release 1.0.9 is a bugfix release, pushing out a collection of mostly small fixes that have accumulated over the past few months. In particular there is one small but important fix for users of the latest cx_Oracle library (5.2 or greater) in