[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-09-20 15:56:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f8ecdf47f097/ Changeset: f8ecdf47f097 Branch: None User: zzzeek Date: 2016-09-20 15:33:16+00:00 Summary: Allow SQL expressions to be set on PK columns Removes an unnecessary transfer of modified PK column value to the params dictionary, so that if the modified PK column is already present in value_params, this remains in effect. Also propagate a new flag through to _emit_update_statements() that will trip "return_defaults()" across the board if a PK col w/ SQL expression change is present, and pull this PK value in _postfetch as well assuming we're an UPDATE. Change-Id: I9ae87f964df9ba8faea8e25e96b8327f968e5d1b Fixes: #3801 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5af3c903368e/ Changeset: 5af3c903368e Branch: master User: zzzeek Date: 2016-09-20 15:56:05+00:00 Summary: Merge "Allow SQL expressions to be set on PK columns" Affected #: 4 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. |