- Inserts an 'or' between ID/UUID range/lists, and inserts an 'and' between
  consecutive non-operators.
This commit is contained in:
Paul Beckingham
2014-05-21 23:38:36 -04:00
parent 1b2b110a1c
commit 6a9b95079c
2 changed files with 47 additions and 5 deletions

View File

@@ -73,7 +73,8 @@ private:
void findModifications ();
void findPlainArgs ();
void findMissingOperators ();
bool insertMissingOperators ();
bool insertOr ();
bool insertAnd ();
void validate ();
private: