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

Modified Files:
        benesamo.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 benesamo.stable.out
Index: benesamo.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/ADT2006/Tests/benesamo.stable.out,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- benesamo.stable.out 7 Dec 2008 17:37:04 -0000       1.4
+++ benesamo.stable.out 21 Dec 2008 19:38:22 -0000      1.5
@@ -191,17 +191,17 @@
 [ "Ada",       "Wilson",       "(survived the attack on 1888-28-03)"   ]
 [ "Annie",     "Farmer",       "(survived the attack on 1888-11-20)"   ]
 % sys.scene_witness # table_name
-% L7 # name
+% L67 # name
 % wrd # type
 % 1 # length
 [ 6    ]
 % sys.scene_inspector # table_name
-% L13 # name
+% L73 # name
 % wrd # type
 % 1 # length
 [ 2    ]
 % sys.victim # table_name
-% L14 # name
+% L74 # name
 % wrd # type
 % 1 # length
 [ 2    ]
@@ -255,7 +255,7 @@
 % 3,   6,      6,      8 # length
 [ "Dr.",       "George",       "Baxter",       "Phillips"      ]
 % sys.victim # table_name
-% L20 # name
+% L100 # name
 % wrd # type
 % 2 # length
 [ 18   ]


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

Reply via email to