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:27:00
|
#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): it can happen anywhere where a user makes a bunch of expression objects and uses them naturally as building blocks, like fullname = concat(tbl.c.fname, tbl.c.lname).label('fullname'). orm column_properties also have the same issue. -- Ticket URL: <http://www.sqlalchemy.org/trac/ticket/1068#comment:7> sqlalchemy <http://www.sqlalchemy.org/> The Database Toolkit for Python |