[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Enforce boolean result type for all eq_, is_, isnot
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-27 20:49:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/433d2ee9f14a/ Changeset: 433d2ee9f14a Branch: master User: zzzeek Date: 2017-04-27 20:08:02+00:00 Summary: Enforce boolean result type for all eq_, is_, isnot, comparison Repaired issue where the type of an expression that used :meth:`.ColumnOperators.is_` or similar would not be a "boolean" type, instead the type would be "nulltype", as well as when using custom comparison operators against an untyped expression. This typing can impact how the expression behaves in larger contexts as well as in result-row-handling. Change-Id: Ib810ff686de500d8db26ae35a51005fab29603b6 Fixes: #3873 Affected #: 5 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. |