[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Add ad-hoc mapped expressions
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-19 22:04:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/83c1e03c5c74/ Changeset: 83c1e03c5c74 Branch: master User: zzzeek Date: 2017-06-19 21:41:39+00:00 Summary: Add ad-hoc mapped expressions Added a new feature :func:`.orm.with_expression` that allows an ad-hoc SQL expression to be added to a specific entity in a query at result time. This is an alternative to the SQL expression being delivered as a separate element in the result tuple. Change-Id: Id8c479f7489fb02e09427837c59d1eabb2a6c014 Fixes: #3058 Affected #: 8 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. |