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

Modified Files:
      Tag: XQuery_0-16
        EXTENSIONS 
Log Message:

If I understood today's skype conference correctly,
we agreed on keeping Peter's syntax changes of
"do rename ... with" into "do rename ... into".
Hence, I felt free to also change the documentation in EXTENSIONS
and usage in test tests/Update/Tests/update.xq accordingly.

This should make test tests/Update/Tests/update.xq work (correctly), again.

In case someone decides to go back to "do rename ... with",
please recall to change all occurances consistently
(`find .../pathfinder -type f | xargs egrep 'do.*rename.*(into|with)'`).


Index: EXTENSIONS
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/EXTENSIONS,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- EXTENSIONS  22 Dec 2006 14:51:13 -0000      1.7
+++ EXTENSIONS  13 Feb 2007 22:39:08 -0000      1.7.2.1
@@ -15,7 +15,7 @@
 Due to some problem's with Pathfinder's XQuery parser, note that
 "our" syntax for rename expression is
 
-  "do rename" TargetExpr "with" NewNameExpr
+  "do rename" TargetExpr "into" NewNameExpr
 
 while the Update Facility uses "as" instead of "with".  Sorry
 for the inconvenience.


-------------------------------------------------------------------------
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