Changeset: 50ae768e783a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=50ae768e783a Modified Files: geom/monetdb5/geom.mx Branch: Aug2011 Log Message:
SQL expects this thing to be called calc.geomcollection, after the SQL name of the type. diffs (12 lines): diff --git a/geom/monetdb5/geom.mx b/geom/monetdb5/geom.mx --- a/geom/monetdb5/geom.mx +++ b/geom/monetdb5/geom.mx @@ -256,7 +256,7 @@ end @2; @:ctypes(MultiSurface,multisurface,6)@ @:ctypes(MultiPoly,multipolygon,6)@ @:ctypes(Geom,geometry,7)@ -@:ctypes(GeomCollection,geometrycollection,7)@ +@:ctypes(GeomCollection,geomcollection,7)@ module geom; command calc.isnil(v:wkb):bit _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
