Re: [sqlalchemy] pass additional kwargs to execute into BulkUD _do_exec method

2018-02-22 Thread Mike Bayer
On Thu, Feb 22, 2018 at 6:28 AM, Антонио Антуан wrote: > Hello Mike. > Finally got to this. Works perfectly with synchronize_session equals False > or 'evaluate'. > > Got a problem when synchronize_session='fetch'. In that case used > BulkFetch._do_pre_synchronize (as you know :)). There is query

Re: [sqlalchemy] pass additional kwargs to execute into BulkUD _do_exec method

2018-02-22 Thread Антонио Антуан
Hello Mike. Finally got to this. Works perfectly with synchronize_session equals False or 'evaluate'. Got a problem when synchronize_session='fetch'. In that case used BulkFetch._do_pre_synchronize (as you know :)). There is query instance with set `_bind_id` attribute, but it don't passed through

Re: [sqlalchemy] Problems with versioning when using a class mapped on a select of a table in SQLAlchemy 1.2

2018-02-22 Thread Jeff Horemans
Ok, thanks for the quick response! Keep up the exceptionally good work! Op woensdag 21 februari 2018 17:19:44 UTC+1 schreef Mike Bayer: > > On Wed, Feb 21, 2018 at 10:04 AM, Mike Bayer > wrote: > > On Wed, Feb 21, 2018 at 6:33 AM, Jeff Horemans > wrote: > >> When migrating from 1.1 tot 1.2, we