-
etdub committed revision 191 to the GeoKettle SVN repository, changing 1 files.
2009-08-27 20:13:20 UTC by etdub
-
The code that retrieves SRS metadata for geometry columns in Oracle Spatial databases has some issues:
- inconsistencies across different versions of Oracle (the way of handling SRS metadata is different between 9i and 10g+)
- incorrect handling/conversion of SRID values retrieved from JGeometry objects (in method convertToEPSG_SRID)
- possible memory leak (one reported case of...
2009-08-27 20:01:47 UTC by etdub
-
etdub committed revision 190 to the GeoKettle SVN repository, changing 3 files.
2009-08-25 16:33:00 UTC by etdub
-
etdub committed revision 189 to the GeoKettle SVN repository, changing 5 files.
2009-08-24 20:39:46 UTC by etdub
-
When doing an insert in a PostgreSQL/PostGIS geometry column, row throughput can be slow if the Geometry input field in GeoKettle has an unknown SRS (-1 srid).
Insertion is significantly faster if a valid srid is set on the field.
2009-07-04 01:53:59 UTC by etdub
-
etdub committed revision 188 to the GeoKettle SVN repository, changing 1 files.
2009-07-03 22:06:23 UTC by etdub
-
etdub committed revision 187 to the GeoKettle SVN repository, changing 1 files.
2009-07-03 21:58:26 UTC by etdub
-
etdub committed revision 186 to the GeoKettle SVN repository, changing 1 files.
2009-07-03 19:09:42 UTC by etdub
-
etdub committed revision 185 to the GeoKettle SVN repository, changing 1 files.
2009-07-02 19:33:43 UTC by etdub