zzzeek / test_sqlalchemy

0 stars 0 forks source link

mssql.post_exec fails for executemany #916

Closed sqlalchemy-bot closed 10 years ago

sqlalchemy-bot commented 16 years ago

Issue created by Anonymous


_last_inserted_ids is not an attribute of the insert for executemany. It is set in DefaultExecutionContext.__process_defaults (default.py) if not executemany. I have attached a diff of mssql.py


Attachments: mssql.py.diff

sqlalchemy-bot commented 10 years ago

Michael Bayer (zzzeek) wrote:


Removing milestone: 0.4.xx (automated comment)

sqlalchemy-bot commented 16 years ago

Michael Bayer (zzzeek) wrote:


sqlalchemy-bot commented 16 years ago

Anonymous wrote:


(original author: ram) Committed in c096aeefe04ff77dbbef084923c75bf928620a27, thanks for the patch.