Ticket #1131 (closed defect: fixed)
in queries, dots in column names breaks things
| Reported by: | doug@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | report system | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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!
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


