Opened 11 years ago
Closed 11 years ago
#2435 closed enhancement (fixed)
QueryFeatureSource with support for limiting features
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-6.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
All readers from QueryFeatureSource will iterate through the entire contents of the query result. There is no way to limit this result to x number of records without supplying your own record limitation logic.
We should offer a variant of QueryFeatureSource that lets you plug in a limit.
Note:
See TracTickets
for help on using tickets.
Fixed r8060