Edgewall Software
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

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

comment:2 Changed 6 years ago by anonymous

test

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from daniel. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.