| Message: 98235 |
 |
BY: Brandon Medenwald (bmedenwald) DATE: 2012-08-13 15:16 SUBJECT: RE: DB2 GeoSpatial Transform Group For background, we're using Rails with GeoRuby and Spatial Adapter to try to handle our polygons in nice Ruby objects. GeoRuby is responsible for the nice objects and generating WKB and Spatial Adapter is responsible for the DB2 SQL. Spatial Adapter doesn't support DB2, so I've hacked the support in myself. In order to make this work, I had to force DB2 to deal with me in WKB by default, seeing as that's what I have. This had been working, but something has changed and now I can't get the database to keep that declaration.
I'm using 9.5, fixpack 7.
We're using SRID 4326, not the 0 base type to my knowledge. | |