Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv436

Modified Files:
      Tag: XQuery_0-16
        xrpc_server.mx 
Log Message:
bug discovered when implementing the extended XRPC message format: wrong
PRE value was used for an attribute node.



Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.7.2.17
retrieving revision 1.7.2.18
diff -u -d -r1.7.2.17 -r1.7.2.18
--- xrpc_server.mx      27 Mar 2007 09:25:50 -0000      1.7.2.17
+++ xrpc_server.mx      25 Apr 2007 21:07:15 -0000      1.7.2.18
@@ -842,7 +842,7 @@
                     int off;
                     for (off = 0; off < nattrs; off++) {
                         if (attr_ownT[off] == tpe_node_pre) {
-                            val_node_pre = attr_propT[off];
+                            val_node_pre = off;
                             break;
                         }
                     }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to