Re: [Sqlalchemy-tickets] [sqlalchemy] #1068: render 'SELECT foo() AS x .. ORDER BY x' by default
Brought to you by:
zzzeek
From: sqlalchemy <mi...@zz...> - 2008-08-06 15:48:22
|
#1068: render 'SELECT foo() AS x .. ORDER BY x' by default --------------------------------+------------------------------------------- Reporter: jek | Owner: zzzeek Type: enhancement | Status: reopened Priority: medium | Milestone: 0.5.xx Component: sql | Severity: no triage selected yet Resolution: | Keywords: Status_field: awaiting triage | --------------------------------+------------------------------------------- Comment (by jek): not letting the rdbms reuse non deterministic computed values in where and order_by isn't a strong use case? i think the assertion that branching on 'if label in the select list' is a untenable burden is pretty weak and makes the api needlessly inhumane. -- Ticket URL: <http://www.sqlalchemy.org/trac/ticket/1068#comment:9> sqlalchemy <http://www.sqlalchemy.org/> The Database Toolkit for Python |