Changes between Initial Version and Version 1 of Ticket #887


Ignore:
Timestamp:
Apr 9, 2014, 2:55:26 PM (10 years ago)
Author:
gregboone
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #887 – Description

    initial v1  
     1- Improved speed of describe schema; for oracle schema with 200+ classes and multiple geometries per class it was more then 60 sec, now around 8-9 sec;
     2- Multiple geometries in one class and geometries can have different srid
     3- Fix: inserting/updating  NULL geometries
     4- Fix: INT64 read as signed from Oracle
     5- Fix: insert/update blob columns
     6- Fix: Table which is versioned under Oracle Workspace Manager is now used with table original name ( not _LT )
     7- Oracle client 11.2
     8- Fix: if geometry column in one table have points written using oracle two different ways to write point ( elem_info ordinates or sdo_point attribute ); it could end up reading wrong values
     9