JDBC*Test classes assume lowercase and mixed case names are valid
-----------------------------------------------------------------

                 Key: GEOT-1965
                 URL: http://jira.codehaus.org/browse/GEOT-1965
             Project: GeoTools
          Issue Type: Bug
          Components: data h2
    Affects Versions: 2.5-RC0
            Reporter: Andrea Aime
            Assignee: Justin Deoliveira
            Priority: Critical
             Fix For: 2.5.0, 2.6-M0


All the test classes assume it's ok to name a table with a lowercase name, or 
to provide a lowercase attribute name. Unfortunately Oracle spatial disallows 
case sensitive names, and everything must be specified uppercase, both tables 
and spatial columns (http://jira.codehaus.org/browse/GEOS-2027). 
This is going to be a massive change, sigh, sorry I did not notice this before. 
We either:
* uppercase everything for the sake of Oracle support
* provide a table/attribute transformation function that has to be used 
everywhere, and that usually returns the normal string, but int he case of 
Oracle, it uppercases it.

Suggestions? This just became the topmost piority for me, I cannot even start 
to run unit tests with this issue in place.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to