Ticket #83 (closed task: fixed)
Propagate Filter.isUnique() usage to all Queries.
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-M2 |
| Component: | Queries | Version: | 3.0-M1 |
| Keywords: | iteration3, final | Cc: |
Description
Currently only StringQuery? (as of r661) uses the Filter.isUnique() value. All other Query subclasses should do the same.
This may need refactoring to take the control over this call out of their hands.
- Add doCall(Criteria) and doCall(Query) methods.
- Simple return the Criteria or Query from runQuery
- ...
Change History
Note: See
TracTickets for help on using
tickets.
