Issue Details (XML | Word | Printable)

Key: GEOT-1044
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Andrea Aime
Reporter: Andrea Aime
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GeoTools

Oracle sql encoder assumes 0 as lack of SRID, but it may not be so

Created: 27/Nov/06 05:29 AM   Updated: 06/Jul/07 12:46 PM
Component/s: data oraclespatial
Affects Version/s: 2.2.1, 2.3.M0, 2.3.0, 2.4-M0
Fix Version/s: None

Issue Links:
dependent
 


 Description  « Hide
Some users may have to use 0 in Oracle data store in order to handle ArcGIS issues with unknown SRID.
The SQLEncoderOracle should use a nullable object for the SRID, in order to be able and distinguish the two
cases during geometry encoding, and encode the srid as null only when it's really null

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Andrea Aime added a comment - 27/Nov/06 05:30 AM
This is a case where SRID as 0 seems to be needed