Add: Query coalescing for AND clauses
A later commit will update and add tests.
This commit is contained in:
parent
0057972069
commit
968a249ae3
3 changed files with 123 additions and 32 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue