Author: groldan
Date: 2009-07-07 16:02:19 -0400 (Tue, 07 Jul 2009)
New Revision: 33517
Modified:
branches/2.5.x/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java
Log:
GEOT-2522
Modified: branches/2.5.x/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java
===================================================================
--- branches/2.5.x/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java 2009-07-07 18:03:40 UTC (rev 33516)
+++ branches/2.5.x/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java 2009-07-07 20:02:19 UTC (rev 33517)
@@ -545,7 +545,8 @@
boundsQuery = createInprocessViewQuery(session, fullSchema, realQuery, definitionQuery,
viewSelectStatement);
} else {
- boundsQuery = createQuery(session, fullSchema, realQuery, FIDReader.NULL_READER,
+ final FIDReader fidStrategy = typeInfo.getFidStrategy();
+ boundsQuery = createQuery(session, fullSchema, realQuery, fidStrategy,
versioningHandler);
}
Property changes on: branches/2.5.x/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java
___________________________________________________________________
Added: svn:mergeinfo
+ /trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java:31091-33511
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at:
http://p.sf.net/sfu/blackberry_______________________________________________
GeoTools-commits mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-commits