Saul Farber wrote: >On lines 184 and 185 in SQLEncoder.java are the following lines >(revision 20608...head on the 2.2.x branch). > > capabilities.addType((long) 12345); > capabilities.addType((long) -12345); > > >These lines caused the arcsde module's SQLEncoderSDE class (which >inherits the base-class createFilterCapabilities method) to act >incorrectly, as the bitmask for supported filters was set to accept BBOX >filters. > >Are these lines intentional? Commenting them out fixed my problem, and >they don't make a whole lot of sense to me at first glance. > > Gabriel wrote:
>Have completely no ide what they mean... >svn blames Cory as the one who added those two lines at revision 20608 >Cory could you explain what 12345 and -12345 are for? > These were in the code when I started on it... apparently they are for Filter.ALL/NONE Cory. ------------------------------------------------------------------------- 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
