[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-08 16:15:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b83b588f557/ Changeset: 1b83b588f557 Branch: None User: zzzeek Date: 2015-04-08 15:59:12+00:00 Summary: - 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 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/07153dc09265/ Changeset: 07153dc09265 Branch: None User: zzzeek Date: 2015-04-08 16:14:56+00:00 Summary: - ensure that the keys we put into the parameters dictionary for an insert from select are the string names, and not the Column objects. The MSSQL dialect in particular relies upon checking for these keys in params to know if identity insert should be on. references #3360 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |