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

Modified Files:
        xml_attribute_parsing.SF-1855673.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 xml_attribute_parsing.SF-1855673.stable.out
Index: xml_attribute_parsing.SF-1855673.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/sql_xml/Tests/xml_attribute_parsing.SF-1855673.stable.out,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xml_attribute_parsing.SF-1855673.stable.out 7 Dec 2008 17:49:58 -0000       
1.5
+++ xml_attribute_parsing.SF-1855673.stable.out 21 Dec 2008 19:38:23 -0000      
1.6
@@ -25,7 +25,7 @@
 # 17:54:53 >  
 
 % . # table_name
-% single_value # name
+% element_element # name
 % xml # type
 % 44 # length
 [ <element single_value="unnamed and wrong"/>  ]


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

Reply via email to