[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-13 16:38:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e486ef666f39/ Changeset: e486ef666f39 Branch: None User: zzzeek Date: 2016-07-12 20:43:49+00:00 Summary: Work w/ prefetch even for selects, if present Fixed bug in new CTE feature for update/insert/delete stated as a CTE inside of an enclosing statement (typically SELECT) whereby oninsert and onupdate values weren't called upon for the embedded statement. This is accomplished by consulting prefetch for all statements. The collection is also broken into separate insert/update collections so that we don't need to consult toplevel self.isinsert to determine if the prefetch is for an insert or an update. What we don't yet test for are CTE combinations that have both insert/update in one statement, though these should now work in theory provided the underlying database supports such a statement. Change-Id: I3b6a860e22c86743c91c56a7ec751ff706f66f64 Fixes: #3745 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d80b709ea0a6/ Changeset: d80b709ea0a6 Branch: master User: zzzeek Date: 2016-07-13 15:48:41+00:00 Summary: Merge "Work w/ prefetch even for selects, if present" Affected #: 6 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. |