Update of /cvsroot/monetdb/sql/src/test/null/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21442/src/test/null/Tests

Modified Files:
        coalesce2.stable.out coalesce3.stable.out 
        null_in_case.stable.out 
Log Message:
algebra now has insert,update and delete operators.
mostly code moved from sql_updates.mx into rel_bin.mx
In the process, within functions we no longer output 'rows affected' 
results of insert, update and deletes.

alter table use update instead insert now (column/idx bat with default
values is generated by the storage layer).

create user, now uses the table_funcs interface 
same holds for granting and revoking privileges on tables.
This was needed to remove dependency on old insert/delete code.


U null_in_case.stable.out
Index: null_in_case.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/null/Tests/null_in_case.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- null_in_case.stable.out     7 Dec 2008 17:51:17 -0000       1.3
+++ null_in_case.stable.out     21 Dec 2008 19:38:23 -0000      1.4
@@ -27,7 +27,7 @@
 # 10:16:15 >  
 
 % . # table_name
-% single_value # name
+% ifthenelse_=_single_value # name
 % char # type
 % 0 # length
 [ NULL ]

U coalesce3.stable.out
Index: coalesce3.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/null/Tests/coalesce3.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- coalesce3.stable.out        7 Dec 2008 17:51:17 -0000       1.3
+++ coalesce3.stable.out        21 Dec 2008 19:38:23 -0000      1.4
@@ -37,8 +37,8 @@
 [ 1    ]
 [ 1    ]
 [ 1    ]
-% sys.x,       sys.L3 # table_name
-% id,  L3 # name
+% sys.x,       sys.L7 # table_name
+% id,  L7 # name
 % int, int # type
 % 2,   1 # length
 [ 1,   1       ]

U coalesce2.stable.out
Index: coalesce2.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/null/Tests/coalesce2.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- coalesce2.stable.out        7 Dec 2008 17:51:16 -0000       1.3
+++ coalesce2.stable.out        21 Dec 2008 19:38:23 -0000      1.4
@@ -37,7 +37,7 @@
 [ 1    ]
 [ 1    ]
 [ 1    ]
-% sys.L3 # table_name
+% sys.L6 # table_name
 % col1 # name
 % int # type
 % 1 # length


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to