mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1902 - SingleAttributeQueries with child selection only does not work with autoTune=false (e.g. Views)
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user