]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression where the "last inserted id" mechanics would
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Apr 2015 15:59:12 +0000 (11:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Apr 2015 15:59:12 +0000 (11:59 -0400)
commit1b83b588f5573799dee8d508be13c252c2e57115
treece25d85ed7de9cb3acfa2d38d27c6ea3bc78a393
parent3f930732f1363a400e2a8cd0970def28531ae647
- Fixed a regression where the "last inserted id" mechanics would
fail to store the correct value for MSSQL on an INSERT where the
primary key value was present in the insert params before execution.
fixes #3360
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/engine/default.py