On Mon, Jul 11, 2011 at 12:17 PM, Boy de Wit <[email protected]> wrote: > > Hi, > > I am using Geotools 2.6.4 but when I try getting features from an Oracle > table with a column name > containing a space it does not work. When I replace the space in the column > name with something > else like an underscore it works fine. > > Any one else have a similar experience ?
Hmmm... nope, never stumbled into this situation. Ah, in Oracle attributes are normally uppercase anyways so we don't escape them within double quotes. Wondering if double quote escaping will work in general, or if it's required only when the name has spaces... there must be something to it, because the default behavior would be to use double quotes and the oracle dialect overrides that to return an empty string instead... Btw, 2.6.x series is dead, the fixes can be made only in the current stable series, 2.7.x Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
