Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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: 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 Christopher Lenz, 19 years ago

Milestone: 0.9
Resolution: fixed
Status: newclosed

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

comment:2 by anonymous, 18 years ago

test

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.