]> granicus.if.org Git - postgis/commitdiff
Added regressions test notes
authorSandro Santilli <strk@keybit.net>
Fri, 26 Nov 2004 15:52:57 +0000 (15:52 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 26 Nov 2004 15:52:57 +0000 (15:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1116 b70326c6-7e19-0410-871a-916f4a2858ee

regress/README [new file with mode: 0644]

diff --git a/regress/README b/regress/README
new file mode 100644 (file)
index 0000000..b34455f
--- /dev/null
@@ -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]