From: Sandro Santilli Date: Fri, 26 Nov 2004 15:52:57 +0000 (+0000) Subject: Added regressions test notes X-Git-Tag: pgis_1_0_0RC1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0586781f7d45fd978579be4d0012cddf43717103;p=postgis Added regressions test notes git-svn-id: http://svn.osgeo.org/postgis/trunk@1116 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/README b/regress/README new file mode 100644 index 000000000..b34455fe2 --- /dev/null +++ b/regress/README @@ -0,0 +1,16 @@ +- Mixed-dimensioned geometries are no longer supported + (previous behaviour was to fill Z with a 0 value) + [ updated to use new behaviour ] + +- geometry_same operator (=~) now requires all dimensions equality + Previously only x/y were checked + +- geometry_same operator (=~) now requires geom type equality + Previous behaviour: + GEOMETRYCOLLECTION(POINT(0 1), POINT(2 3)) =~ MULTIPOINT(0 1,2 3) + +- numb_sub_geometries does not exist anymore + [updated to use numgeometries] + +- truly_inside does not exist anymore + [updated to use within]