sfarber ha scritto: > No big hullabaloo about this, so I'm going to commit. Check back on the page > linked below to keep up on the status of the work.
Saul, I think I've found an issue with FilterCapabilities and pre/post filter changes. The issue being that all datastores besides maybe arcsde do declare capabilities only the old way, using ints. This is interpreted by the filter splitter as not being able to encode the new filters, as a result, none of the new filters gets encoded. This has not been caught by current unit tests, because they still do use the old filters, but my versioned data store is new, and it's using the new filters in its unit tests. So, what do we do? Either we band aid in filter capabilities, making it so that declaring support for, say, old logic filters, enables encoding of the new ones, or we modify all jdbc datastores to declare filter capabilities in both the old and new way. Suggestions? Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
