Modify ↓
Ticket #1131 (closed defect: fixed)
Opened 7 years ago
Last modified 6 years ago
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: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 7 years ago by cmlenz
- Milestone set to 0.9
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by anonymous
test
Note: See
TracTickets for help on using
tickets.



This has been fixed some time ago (don't remember which rev).