Revision 7465
Added by ben leinfelder about 12 years ago
test/edu/ucsb/nceas/metacattest/QuerySpecificationTest.java | ||
---|---|---|
55 | 55 |
/** The utilities object for accessing property values */ |
56 | 56 |
|
57 | 57 |
private static String selectionQuery = |
58 |
"SELECT xml_documents.docid, docname, doctype, date_created, date_updated, xml_documents.rev " + |
|
58 |
"SELECT xml_documents.docid, identifier.guid, docname, doctype, date_created, date_updated, xml_documents.rev " +
|
|
59 | 59 |
"FROM xml_documents, identifier " + |
60 | 60 |
"WHERE xml_documents.docid = identifier.docid AND xml_documents.rev = identifier.rev " + |
61 | 61 |
"AND xml_documents.docid IN (((((SELECT DISTINCT docid " + |
Also available in: Unified diff
include identifier.guid in the test SQL clause.