Modify ↓
Opened 16 years ago
Closed 16 years ago
#7269 closed defect (worksforme)
Error in reports.py
Reported by: | izekia | Owned by: | Matthew Good |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | report system | Version: | 0.11rc1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Custom report in some cases causes sql incorrect code that looks as
AS tab ORDER BY 0 DESC LIMIT 100 OFFSET 0
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | order_by.patch added |
---|
comment:1 by , 16 years ago
That code has just changed yesterday (r7130). Could you please verify whether the latest of source:/branches/0.11-stable is now working for you, thanks!
comment:2 by , 16 years ago
i've got another error
Report execution failed: Dynamic variable '$BILLABLE' not defined.
but may be its because ive replaced only reports.py i'm using: Trac 0.11rc1 + Genshi-0.5dev_r852-py2.5-win32
comment:4 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Thanks for the feedback!
(and accompanying a bug report with a patch, like you did, is very much appreciated, thanks!)
Note:
See TracTickets
for help on using tickets.
reports.py patch