Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-11-09_2.8/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21442/src/test/BugDay_2005-11-09_2.8/Tests

Modified Files:
        crash_in_case.SF-1097749.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 crash_in_case.SF-1097749.stable.out
Index: crash_in_case.SF-1097749.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-11-09_2.8/Tests/crash_in_case.SF-1097749.stable.out,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- crash_in_case.SF-1097749.stable.out 7 Dec 2008 18:26:34 -0000       1.5
+++ crash_in_case.SF-1097749.stable.out 21 Dec 2008 19:38:22 -0000      1.6
@@ -26,7 +26,7 @@
 # 11:50:48 >  
 
 % . # table_name
-% single_value # name
+% ifthenelse_>_single_value # name
 % char # type
 % 0 # length
 [ "true"       ]


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

Reply via email to