[Trac-tickets] [The Trac Project] #1131: in queries,
dots in column names breaks things
The Trac Project
noreply at edgewall.com
Fri Jan 14 10:08:14 EST 2005
#1131: in queries, dots in column names breaks things
---------------------------+------------------------------------------------
Id: 1131 | Status: new
Component: report system | Modified: Fri Jan 14 10:08:13 2005
Severity: normal | Milestone:
Priority: normal | Version: 0.8
Owner: daniel | Reporter: doug at isotoma.com
---------------------------+------------------------------------------------
If you have a query like:
{{{
select id, t.summary from ticket t
}}}
then the t.summary column shows up as blank.
However, if you do:
{{{
select id, t.summary as summary from ticket t
}}}
then it works!
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1131>
The Trac Project <>
More information about the Trac-Tickets
mailing list