Revision 3646
Added by ben leinfelder about 17 years ago
src/edu/ucsb/nceas/metacat/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
fix mistake where there is an attempt to select nodetype column from table xml_path_index table (it's not there!)