[Featureserver] SQLite

Christopher Schmidt crschmidt at metacarta.com
Wed Aug 22 14:37:10 EDT 2007


On Tue, Jul 24, 2007 at 11:26:04AM -0700, Brent Pedersen wrote:
> hi chris,
> i've got rid of the decorator, and used get_bbox(). the open-ended
> attributes do make the attribute queries more complex.
> one option is to add to Request.py something like :
> -                elif key in queryable:
> +                elif key in queryable or ds.allow_open_queries:
>                     action.attributes[key] = value
> 
> so attribute queries are possible from a config param but will require
> considerable changes to SQLite.feature_predicates() and
> .value_formats()
> and because i keep getting confused when i try to make those
> changes, i'll wait til you add the switch on the DS to figure them out.

For the time being, I've decided worrying about this is unimportant. The
SQLite code as you uploaded your last patch is now checked into trunk,
and will be in a release shortly.

Regards,
-- 
Christopher Schmidt
MetaCarta



More information about the Featureserver mailing list