Modify ↓
#1131 closed defect (fixed)
in queries, dots in column names breaks things
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | report system | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed some time ago (don't remember which rev).