Changeset: 518e35da0959 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=518e35da0959
Modified Files:
        geom/monetdb5/geom.mal
Branch: geo
Log Message:

removed batcalc module definition


diffs (15 lines):

diff --git a/geom/monetdb5/geom.mal b/geom/monetdb5/geom.mal
--- a/geom/monetdb5/geom.mal
+++ b/geom/monetdb5/geom.mal
@@ -489,9 +489,9 @@ comment "It is called when adding a new 
 command wkb(geo:wkb, columnType:int, columnSRID:int) :wkb address geom_2_geom
 comment "Called when inserting values to a table in order to check if the 
inserted geometries are of the same type and srid required by the column 
definition";
 
-module batcalc;
+#module batcalc;
 
-command wkb(geo:bat[:oid,:wkb], columnType:int, columnSRID:int) 
:bat[:oid,:wkb] address geom_2_geom_bat
+command batcalc.wkb(geo:bat[:oid,:wkb], columnType:int, columnSRID:int) 
:bat[:oid,:wkb] address geom_2_geom_bat
 comment "Called when inserting values to a table in order to check if the 
inserted geometries are of the same type and srid required by the column 
definition";
 #Is it needed ???
 #command wkb(v:bat[:oid,:wkb]) :bat[:oid,:wkb] address wkbFromWKB_bat;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to