Changeset: 9ac25e667365 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ac25e667365
Modified Files:
        sql/backends/monet5/iot/basket.mal
Branch: iot
Log Message:

Add update operation


diffs (14 lines):

diff --git a/sql/backends/monet5/iot/basket.mal 
b/sql/backends/monet5/iot/basket.mal
--- a/sql/backends/monet5/iot/basket.mal
+++ b/sql/backends/monet5/iot/basket.mal
@@ -30,6 +30,10 @@ pattern append(mvc:int, sch:str, tbl:str
 address BSKTappend
 comment "Append new tuples to a basket";
 
+pattern update(mvc:int, sch:str, tbl:str, col:str, 
rid:bat[:oid],val:bat[:any]):int
+address BSKTupdate
+comment "Update tuples in a basket";
+
 pattern clear_table(sname:str,tname:str):lng
 address mvc_clear_table_wrap;
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to