mssql.post_exec fails for executemany

Issue #916 resolved
Former user created an issue

_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

Comments (3)

  1. Log in to comment