Project

General

Profile

« Previous | Next » 

Revision 179

Added by Matt Jones over 24 years ago

fixed QuerySpecification to produce SQL that does UNION or INTERSECT set operations for query group combinations

View differences:

pathquery.dtd
45 45
<!ELEMENT querygroup ( (queryterm|querygroup)+ )>
46 46

  
47 47
<!-- the boolean expression used to combine the query terms in this group -->
48
<!ATTLIST querygroup booleantype (AND|OR) #REQUIRED>
48
<!ATTLIST querygroup operator (INTERSECT|UNION) #REQUIRED>
49 49

  
50 50
<!-- a query term is the atomic unit of a query that can be translated
51 51
     to a single SELECT statement -->

Also available in: Unified diff