Edgewall Software

Ticket #1131 (closed defect: fixed)

Opened 4 years ago

Last modified 3 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:

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

Changed 3 years ago by cmlenz

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.9

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

Changed 3 years ago by anonymous

test

Add/Change #1131 (in queries, dots in column names breaks things)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from daniel. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.