[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - A :func:`.bindparam` construct with a "null" type
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-10-21 20:53:20
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9caa92b96fef/ Changeset: 9caa92b96fef Branch: master User: zzzeek Date: 2013-10-21 22:49:46 Summary: - A :func:`.bindparam` construct with a "null" type (e.g. no type specified) is now copied when used in a typed expression, and the new copy is assigned the actual type of the compared column. Previously, this logic would occur on the given :func:`.bindparam` in place. Additionally, a similar process now occurs for :func:`.bindparam` constructs passed to :meth:`.ValuesBase.values` for a :class:`.Insert` or :class:`.Update` construct. [ticket:2850] 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. |