#1902 - SingleAttributeQueries with child selection only does not work with autoTune=false (e.g. Views)

This commit is contained in:
Roland Praml
2020-01-10 12:49:20 +13:00
committed by rob bygrave
parent db027eb030
commit 159a9a8e54
@@ -142,6 +142,7 @@ public class BaseQueryTuner {
SpiQuery.Type type = query.getType();
switch (type) {
case COUNT:
case ATTRIBUTE:
case ID_LIST:
case UPDATE:
case DELETE: