Add: Query coalescing for AND clauses

A later commit will update and add tests.
This commit is contained in:
Adam Porter 2022-06-09 22:54:57 -05:00
parent 0057972069
commit 968a249ae3
3 changed files with 123 additions and 32 deletions

View file

@ -544,6 +544,9 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
*Changed*
+ Give more useful error message for invalid queries.
*Internal*
+ Certain query predicates, when called multiple times in an ~and~ sub-expression, are optimized to a single call.
** 0.6.2
*Fixed*