Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20897/src/server

Modified Files:
        rel_xml.mx sql_xml.mx 
Log Message:
XML namespaces are represented as XML attributes, i.e. using the XML type.

U sql_xml.mx
Index: sql_xml.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_xml.mx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sql_xml.mx  10 Oct 2008 09:01:22 -0000      1.11
+++ sql_xml.mx  30 Oct 2008 10:12:40 -0000      1.12
@@ -121,7 +121,7 @@
        }
 
        if (!ns_st)
-               ns_st = stmt_atom(atom_general(&str_type, NULL, 0));
+               ns_st = stmt_atom(atom_general(&xml_type, NULL, 0));
        if (!attr_st)
                attr_st = stmt_atom(atom_general(&xml_type, NULL, 0));
        if (!res)

U rel_xml.mx
Index: rel_xml.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_xml.mx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rel_xml.mx  10 Oct 2008 08:59:53 -0000      1.5
+++ rel_xml.mx  30 Oct 2008 10:12:40 -0000      1.6
@@ -98,7 +98,7 @@
        }
 
        if (!ns_st)
-               ns_st = exp_atom(atom_general(&str_type, NULL, 0));
+               ns_st = exp_atom(atom_general(&xml_type, NULL, 0));
        if (!attr_st)
                attr_st = exp_atom(atom_general(&xml_type, NULL, 0));
        if (!res)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to