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

Modified Files:
        lalg2sql.brg 
Log Message:
Algebra and logical implementation of the following build-in functions:
- fn:name(), fn:name(node?)
- fn:local-name(), fn:locla-name(node?)
- fn:namespace-uri(), fn:namespace-uri(node?)

These functions are 1to1 functions since they all return a string for each
node parameter.


Index: lalg2sql.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/lalg2sql.brg,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- lalg2sql.brg        13 Dec 2007 13:08:18 -0000      1.97
+++ lalg2sql.brg        8 Jan 2008 16:54:24 -0000       1.98
@@ -2969,6 +2969,10 @@
                 case alg_fun_fn_substring_lng:
                 case alg_fun_fn_normalize_space:
 
+                case alg_fun_fn_name:
+                case alg_fun_fn_local_name:
+                case alg_fun_fn_namespace_uri:
+
                 case alg_fun_fn_qname:
                 case alg_fun_pf_fragment:
                 case alg_fun_pf_supernode:


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to