Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15401

Modified Files:
      Tag: SQL_2-22
        sql_xml.mx 
Log Message:
backport of interface changes of sql_unop_


Index: sql_xml.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_xml.mx,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- sql_xml.mx  20 Feb 2008 09:46:49 -0000      1.6.2.1
+++ sql_xml.mx  14 Mar 2008 16:13:34 -0000      1.6.2.2
@@ -223,7 +223,7 @@
        comment_st = sql_value_exp(sql, scp, comment, grp, subset, f, knd); 
        if (!comment_st)
                return NULL;
-       return sql_unop_(sql, scp, NULL, "comment", comment_st); 
+       return sql_unop_(sql, NULL, "comment", comment_st); 
 }
 
 static stmt *
@@ -282,7 +282,7 @@
        val_st = sql_value_exp(sql, scp, val, grp, subset, f, knd); 
        if (!val_st)
                return NULL;
-       return sql_unop_(sql, scp, NULL, "document", val_st); 
+       return sql_unop_(sql, NULL, "document", val_st); 
 }
 
 static stmt *


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to