OracleFeatureWriter cannot update Geometry fields
-------------------------------------------------

         Key: GEOT-868
         URL: http://jira.codehaus.org/browse/GEOT-868
     Project: GeoTools
        Type: Bug

  Components: data oraclespatial  
    Versions: 2.2-RC2    
    Reporter: Oleg Yefimov
 Assigned to: Marc Risney 


OracleFeatureWriter has been upgraded to use prepared statements for insert and 
update. That's why method getGeometryInsertText(Geometry geom, int srid) now 
returns "?". And doUpdate(Feature live, Feature current) hasn't been changed, 
so it tries to execute prepared statements as statements. Obviously, doUpdate 
must be overriden in a manner similar to doInsert to use prepared statements.

-- 
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



_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to