[Sqlalchemy-commits] commit/sqlalchemy: _diana_: detect and raise for version_id is NULL
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-22 21:30:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/990d4c799f2a/ Changeset: 990d4c799f2a Branch: master User: _diana_ Date: 2017-05-22 20:25:54+00:00 Summary: detect and raise for version_id is NULL The versioning feature does not support NULL for the version counter. An exception is now raised if the version id is programmatic and was set to NULL for an UPDATE. Pull request courtesy Diana Clarke. Fixes: #3673 Change-Id: I8b0da56234a7c7f5e7fde35536e09a6216a5e48a 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. |