[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :func:`.type_coerce` construct is now a fully
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-09-16 22:47:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/24a7241b5ef6/ Changeset: 24a7241b5ef6 Branch: None User: zzzeek Date: 2015-09-16 22:46:53+00:00 Summary: - The :func:`.type_coerce` construct is now a fully fledged Core expression element which is late-evaluated at compile time. Previously, the function was only a conversion function which would handle different expression inputs by returning either a :class:`.Label` of a column-oriented expression or a copy of a given :class:`.BindParameter` object, which in particular prevented the operation from being logically maintained when an ORM-level expression transformation would convert a column to a bound parameter (e.g. for lazy loading). fixes #3531 Affected #: 10 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. |