Project

General

Profile

« Previous | Next » 

Revision 3646

fix mistake where there is an attempt to select nodetype column from table xml_path_index table (it's not there!)

View differences:

QuerySpecification.java
903 903
        }
904 904

  
905 905
        if(usePathIndex){
906
            self.append("select docid, path, nodedata, parentnodeid, nodetype ");
906
            self.append("select docid, path, nodedata, parentnodeid, null as nodetype ");
907 907
            self.append("from xml_path_index where path in( '");
908 908

  
909 909
            boolean firstfield = true;

Also available in: Unified diff