postgis/regress
2004-11-26 17:06:36 +00:00
..
isvalid_test Added transaction begin and end. 2003-06-12 22:25:04 +00:00
lwgeom_regress.sql Moved basic LWGEOM parsing tests in mainstream regress dir. 2004-11-26 17:06:36 +00:00
lwgeom_regress_expected Moved basic LWGEOM parsing tests in mainstream regress dir. 2004-11-26 17:06:36 +00:00
README Added regressions test notes 2004-11-26 15:52:57 +00:00
regress.sql Finished cleanup of main regression test. 2004-11-26 15:50:05 +00:00
regress_biginsert.sql Initial revision 2001-06-22 17:39:29 +00:00
regress_expected Finished cleanup of main regression test. 2004-11-26 15:50:05 +00:00
regress_index.sql Ported index regress test to lwgeom 2004-11-26 16:26:51 +00:00
regress_index_expected Ported index regress test to lwgeom 2004-11-26 16:26:51 +00:00
regress_lots_of_points.sql Ported index regress test to lwgeom 2004-11-26 16:26:51 +00:00
relate_test Added transaction begin and end. 2003-06-12 22:25:04 +00:00
run_index_regress Ported index regress test to lwgeom 2004-11-26 16:26:51 +00:00
run_lwgeom_regress Moved basic LWGEOM parsing tests in mainstream regress dir. 2004-11-26 17:06:36 +00:00
run_regress Ported index regress test to lwgeom 2004-11-26 16:26:51 +00:00

- 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]