Opened 17 years ago
Closed 17 years ago
#7327 closed (fixed)
Missing tests and documentation for sub-selects.
| Reported by: | Sebastian Noack | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Keywords: | qsrf-cleanup | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Since queryet refactor, it is possible to realize sub-selects using the ORM. But there are not related tests and documentation. I have written documentation and a test case for this use case (see patch).
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | 0001-Added-test-and-documentation-for-sub-selects.patch added |
|---|
comment:1 by , 17 years ago
| Keywords: | qsrf-cleanup added |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7625]) Fixed #7327 -- Added documentation and test case for defining subqueries. Thanks, Sebastian Noack.