[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-07-19 20:22:30
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7628ff39dcea/ Changeset: 7628ff39dcea Branch: None User: zzzeek Date: 2017-07-18 19:04:36+00:00 Summary: Check for column object in eval_none, not propkey Fixed bug involving JSON NULL evaluation logic added in 1.1 as part of :ticket:`3514` where the logic would not accommodate ORM mapped attributes named differently from the :class:`.Column` that was mapped. Change-Id: I1848afcfb63ad7f074f315d8d3097666069b42be Fixes: #4031 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/db3c58f9ee93/ Changeset: db3c58f9ee93 Branch: None User: zzzeek Date: 2017-07-18 19:04:55+00:00 Summary: Check for column object in eval_none, not propkey Fixed bug involving JSON NULL evaluation logic added in 1.1 as part of :ticket:`3514` where the logic would not accommodate ORM mapped attributes named differently from the :class:`.Column` that was mapped. Change-Id: I1848afcfb63ad7f074f315d8d3097666069b42be Fixes: #4031 (cherry picked from commit e2ede596adff3ce584f8c43ba024cafabc509a06) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/91e3c36e450f/ Changeset: 91e3c36e450f Branch: master User: zzzeek Date: 2017-07-19 20:21:57+00:00 Summary: Merge "Check for column object in eval_none, not propkey" Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0753f3940ce2/ Changeset: 0753f3940ce2 Branch: rel_1_1 User: zzzeek Date: 2017-07-19 20:22:10+00:00 Summary: Merge "Check for column object in eval_none, not propkey" into rel_1_1 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. |