Changes between Initial Version and Version 1 of Ticket #24164, comment 8
- Timestamp:
- Jan 29, 2015, 7:52:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24164, comment 8
initial v1 35 35 AttributeError: 'cx_Oracle.OBJECT' object has no attribute 'read' 36 36 }}} 37 I s the first line of the correct query supposed to be `SELECT SDO_AGGR_MBR(SDO_AGGR_MBR("__COL1"))` instead?37 It seems the first line of the query should be `SELECT SDO_UTIL.TO_WKTGEOMETRY(SDO_AGGR_MBR("__COL1"))`.