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 14:30:57
|
#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 | --------------------------------+------------------------------------------- Changes (by jek): * status: closed => reopened * resolution: fixed => Comment: Reopening, r4999 seems to be just rendering labels unconditionally in order by, rather than checking the select list as per the ticket. -- Ticket URL: <http://www.sqlalchemy.org/trac/ticket/1068#comment:5> sqlalchemy <http://www.sqlalchemy.org/> The Database Toolkit for Python |