From 72fbd045d9042985f3dc8692ca049a9514626150 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 7 Jun 2017 21:34:11 -0400 Subject: [PATCH] Credit for #656 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index af93622638c..07a509f7585 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -177,6 +177,11 @@ values with MINUTE precision. Thanks to Christian Ohr for the pull request! + + Improve handling in JPA server when doing code:above and code:below + searches to use a disjunction of AND and IN in order to avoid failures + under certain conditions. Thanks to Michael Lawley for the pul request! +