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

Intermittent commit


diffs (14 lines):

diff --git a/sql/backends/monet5/iot/basket.c b/sql/backends/monet5/iot/basket.c
--- a/sql/backends/monet5/iot/basket.c
+++ b/sql/backends/monet5/iot/basket.c
@@ -402,8 +402,10 @@ BSKTappend(Client cntxt, MalBlkPtr mb, M
        s= mvc_bind_schema(m, sch);
        if ( s)
                t= mvc_bind_table(m, s, tbl);
+       else throw(SQL,"basket.append","Schema %s not accessible\n",sch);
        if ( t)
                c= mvc_bind_column(m, t, col);
+       else throw(SQL,"basket.append","Stream table %s.%s not 
accessible\n",sch,tbl);
 
        if( c){
                b = store_funcs.bind_col(m->session->tr,c,RD_UPD_VAL);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to