Opened 17 years ago

#79 new enhancement

Please extend FDO API to allow for paging

Reported by: jbirch Owned by: gregboone
Priority: major Milestone:
Component: FDO API Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

With some of the newer REST-based feature access mechanisms (see featureserver: http://featureserver.org/), there is a need to be able to return query results in "chunks" on demand.

Several of the database technologies (MySQL and PostgreSQL at least) have supported this kind of paging natively for quite some time:

http://dev.mysql.com/doc/refman/5.0/en/select.html#id2978157

http://www.postgresql.org/docs/8.2/interactive/queries-limit.html

It would be great if FDO exposed this kind of functionality for us to take advantage of.

Change History (0)

Note: See TracTickets for help on using tickets.