Surround command-line queries with implicit parens
This commit is contained in:
parent
7bbca2bff5
commit
67d63366cb
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ string args_to_predicate_expr(value_t::sequence_t::const_iterator begin,
|
||||||
begin++;
|
begin++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return expr.str();
|
return std::string("(") + expr.str() + ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ledger
|
} // namespace ledger
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue