Author: groldan
Date: 2009-07-07 09:01:19 -0400 (Tue, 07 Jul 2009)
New Revision: 33508
Modified:
trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java
Log:
GEOT-2522
Modified: trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java
===================================================================
--- trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java 2009-07-07 12:18:05 UTC (rev 33507)
+++ trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEQuery.java 2009-07-07 13:01:19 UTC (rev 33508)
@@ -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);
}
------------------------------------------------------------------------------
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