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:17:50
|
#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 zzzeek): you need to show me the use case for order_by(somelabel) when "somelabel" is not present in the select list. This is specifically something that happens with ORM, correct ? -- Ticket URL: <http://www.sqlalchemy.org/trac/ticket/1068#comment:6> sqlalchemy <http://www.sqlalchemy.org/> The Database Toolkit for Python |