Patch #21583
Use association instead of a manual JOIN in Project#rolled_up_trackers
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 3.3.0 |
Description
It does not make sence to use custom join, where rails provided join will do.
Associated revisions
Use association instead of a manual JOIN (#21583).
Patch by Ondřej.
History
#1
Updated by Go MAEDA about 5 years ago
- Category set to Code cleanup/refactoring
#2
Updated by Go MAEDA about 5 years ago
- Target version set to 3.3.0
The patch has passed all tests.
#3
Updated by Jean-Philippe Lang about 5 years ago
- Subject changed from Bit nicer query for project.rolled_up_trackers ? to Use association instead of a manual JOIN in Project#rolled_up_trackers
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.