Changes between Version 43 and Version 44 of DevWikiEmptyGeometry


Ignore:
Timestamp:
Jan 20, 2012, 12:14:53 AM (12 years ago)
Author:
strk
Comment:

note Oracle result about ST_Equals

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiEmptyGeometry

    v43 v44  
    3636 * ST_Disjoint(empty, empty) == TRUE (SQL Server says True)
    3737 * ST_Disjoint(geometry, empty) == TRUE (SQL Server says True)
    38  * ST_Equals(empty, empty) == TRUE (SQL Servers says False)
     38 * ST_Equals(empty, empty) == TRUE (SQL Servers says False, Oracle says True)
    3939 * ST_IsSimple(empty) == TRUE
    4040 * ST_IsValid(empty) == TRUE