[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Call nextval() on sequence when doing INSERT from S
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-12-21 19:32:42
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d5bb919aa6d5/ Changeset: d5bb919aa6d5 Branch: master User: zzzeek Date: 2016-12-21 18:39:56+00:00 Summary: Call nextval() on sequence when doing INSERT from SELECT Fixed bug where an INSERT from SELECT where the source table contains an autoincrementing Sequence would fail to compile correctly. Change-Id: I41eb9f65789a4007712ae61ed5fa23a9839a5128 Fixes: #3877 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. |