[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Don't select lastrowid for inline=True
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-12-21 19:33:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f472405e598a/ Changeset: f472405e598a Branch: master User: zzzeek Date: 2016-12-21 18:41:25+00:00 Summary: Don't select lastrowid for inline=True - Fixed bug where SQL Server dialects would attempt to select the last row identity for an INSERT from SELECT, failing in the case when the SELECT has no rows. For such a statement, the inline flag is set to True indicating no last primary key should be fetched. Change-Id: Ic40d56d9eadadc3024a4d71245f9eed4c420024a Fixes: #3876 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. |