Opened 5 years ago
Closed 5 years ago
#7269 closed defect (worksforme)
Error in reports.py
| Reported by: | izekia | Owned by: | mgood |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | report system | Version: | 0.11rc1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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)
Changed 5 years ago by izekia@…
comment:1 Changed 5 years ago by cboos
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 Changed 5 years ago by anonymous
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:3 Changed 5 years ago by izekia@…
sorry, its my fault with r7130 its works fine. thanks
comment:4 Changed 5 years ago by cboos
- Resolution set to worksforme
- Status changed from new to closed
Thanks for the feedback!
(and accompanying a bug report with a patch, like you did, is very much appreciated, thanks!)



reports.py patch