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

Filter: copy input to output


diffs (15 lines):

diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c
--- a/geom/monetdb5/geom.c
+++ b/geom/monetdb5/geom.c
@@ -3209,8 +3209,9 @@ str wkbContainsFilter_geom_bat(wkb** out
        
        BBPreleaseref(BAToriginal->batCacheid);
        BBPkeepref(*bBATfiltered_id = bBATfiltered->batCacheid);
-       
-       *outWKB = *geomWKB;
+
+       //copy the input single geometry to the output  
+       wkbFromWKB(outWKB, geomWKB);
        
        return MAL_SUCCEED;
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to