Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30305/src/server
Modified Files:
sql_xml.mx rel_xml.mx
Log Message:
one more str type into xml type
U sql_xml.mx
Index: sql_xml.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_xml.mx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sql_xml.mx 30 Oct 2008 10:12:40 -0000 1.12
+++ sql_xml.mx 2 Nov 2008 08:50:31 -0000 1.13
@@ -147,7 +147,7 @@
if (ns) {
ns_st = sql_value_exp(sql, scp, ns, grp, subset, f, knd);
} else {
- ns_st = stmt_atom(atom_general(&str_type, NULL, 0));
+ ns_st = stmt_atom(atom_general(&xml_type, NULL, 0));
}
if (!ns_st)
return NULL;
U rel_xml.mx
Index: rel_xml.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_xml.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rel_xml.mx 30 Oct 2008 10:12:40 -0000 1.6
+++ rel_xml.mx 2 Nov 2008 08:50:31 -0000 1.7
@@ -124,7 +124,7 @@
if (ns) {
ns_st = rel_value_exp(sql, rel, ns, f, knd);
} else {
- ns_st = exp_atom(atom_general(&str_type, NULL, 0));
+ ns_st = exp_atom(atom_general(&xml_type, NULL, 0));
}
if (!ns_st)
return NULL;
-------------------------------------------------------------------------
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