Project

General

Profile

« Previous | Next » 

Revision 2396

Added by sgarg over 19 years ago

Fixed a bug in the format of query result.

View differences:

QuerySpecification.java
908 908
            Hashtable unaccessableNodePair)
909 909
    {
910 910
        StringBuffer self = new StringBuffer();
911
        self.append("select path, docid, nodedata, ");
911
        self.append("select docid, path, nodedata, ");
912 912
        self.append("nodeid ");
913 913
        self.append("from xml_index where (path like '");
914 914
        boolean firstfield = true;

Also available in: Unified diff