does anyone know of any plans to support the following in Geoserver:
1) have an option on a datastore to have all queries handled case-insensitive (mostly needed for Oracle in my case), irregardless of what the WFS client specifies
2) paging using WFS (basically a backport of the startIndex parameter of WFS 2.0 to WFS 1.1 again mostly needed for Oracle)
If not, how much time/effort would it take approximately to have this implemented?
On the GeoTools side some of those things are available - the filter
api supports matchCase; and the datastore api allows a page size and
offset.
You may want to look at the code to see if the request/response system
supports these options.
Jody
On Fri, Aug 20, 2010 at 5:00 AM, Bart van den Eijnden <bartvde@anonymised.com> wrote:
Hi list,
does anyone know of any plans to support the following in Geoserver:
1) have an option on a datastore to have all queries handled case-insensitive (mostly needed for Oracle in my case), irregardless of what the WFS client specifies
2) paging using WFS (basically a backport of the startIndex parameter of WFS 2.0 to WFS 1.1 again mostly needed for Oracle)
If not, how much time/effort would it take approximately to have this implemented?