Opened 17 years ago
Closed 14 years ago
#6681 closed enhancement (wontfix)
[patch] default reports should use Query instead of SQL
Reported by: | Owned by: | Matthew Good | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | report system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Since Trac is phasing out the SQL based reporting engine, the default reports should probably be updated to use the Query backend.
Attachments (1)
Change History (7)
by , 17 years ago
Attachment: | default-reports.patch added |
---|
comment:1 by , 17 years ago
I understand this might be a bit late for 0.11, but since it should be easy to verify the patch, I'd like it to be considered.
comment:2 by , 17 years ago
Milestone: | 0.11 → 0.12 |
---|
Well, this is a bit early for the switch, we're not yet there (datetime based queries and filtering, notably). As discussed on the TracDev mailing list, this will be a 0.12 thing.
comment:4 by , 16 years ago
Milestone: | 0.13 → 1.0 |
---|---|
Type: | task → enhancement |
comment:6 by , 14 years ago
Milestone: | triaging |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
The stock reports are just samples, to show off the possibilities of the report module. They should be customized for every installation.
I don't see the report module going away anytime soon, as there are many things that will never be possible with the ticket query (e.g. reporting on other tables than the tickets). So I'd rather keep the stock reports as SQL.
Patch to change default reports to use query syntax instead of raw SQL