Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3050/algebra

Modified Files:
      Tag: XQuery_0-24
        algebra.c 
Log Message:
-- For the 1:1 function name printing make a distinction between different 
variants.

-- Make the XML importer aware of a large part of the functions.


U algebra.c
Index: algebra.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/algebra.c,v
retrieving revision 1.84.2.1
retrieving revision 1.84.2.2
diff -u -d -r1.84.2.1 -r1.84.2.2
--- algebra.c   28 May 2008 11:37:16 -0000      1.84.2.1
+++ algebra.c   31 May 2008 22:00:02 -0000      1.84.2.2
@@ -1099,7 +1099,7 @@
         case alg_fun_fn_round:            return "fn:round";
         case alg_fun_fn_concat:           return "fn:concat";
         case alg_fun_fn_substring:        return "fn:substring";
-        case alg_fun_fn_substring_dbl:    return "fn:substring";
+        case alg_fun_fn_substring_dbl:    return "fn:substring3";
         case alg_fun_fn_string_length:    return "fn:string-length";
         case alg_fun_fn_normalize_space:  return "fn:normalize-space";
         case alg_fun_fn_upper_case:       return "fn:upper-case";


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to