Update of /cvsroot/monetdb/pathfinder/compiler/parser
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29175/compiler/parser

Modified Files:
      Tag: XQuery_0-16
        parser.y 
Log Message:
- fn:collection() and pf:collection() are not considered information 
  functions anymore (less locking)
- pf:collection() had forgotten to pin the opened collection
- fn:collections() and pf:documents() do not return names of cached documents,
  only of explicitly shredded docuyments
- let updating functions be more lenient with target nodes 
  (embed exactly-one to do runtime checking) 



Index: parser.y
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/parser.y,v
retrieving revision 1.54
retrieving revision 1.54.2.1
diff -u -d -r1.54 -r1.54.2.1
--- parser.y    18 Jan 2007 20:37:09 -0000      1.54
+++ parser.y    9 Feb 2007 15:21:37 -0000       1.54.2.1
@@ -2668,8 +2668,10 @@
                           ;
 
 /* [145] */
-/* FIXME: "with" is wrong syntax here.  But we get problems with our
-          lexical state machine if we use "as". */
+/* FIXME: "into" is wrong syntax here.  But we get problems with our
+          lexical state machine if we use "as". 
+   it has also been noted a bug at W3C: 
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4176
+ */
 RenameExpr                : "do rename" TargetExpr "with" NewNameExpr
                             { $$ = p_wire2 (p_rename, @$, $2, $4); }
                           ;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to