Opened 16 years ago

Closed 16 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)

0001-Added-test-and-documentation-for-sub-selects.patch (1.5 KB ) - added by Sebastian Noack 16 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by George Vilches, 16 years ago

Keywords: qsrf-cleanup added

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7625]) Fixed #7327 -- Added documentation and test case for defining subqueries. Thanks, Sebastian Noack.

Note: See TracTickets for help on using tickets.
Back to Top