forked from LogBlock/LogBlock
Made tp ignore sum
This commit is contained in:
@@ -556,6 +556,7 @@ public class CommandsHandler implements CommandExecutor
|
|||||||
try {
|
try {
|
||||||
params.needCoords = true;
|
params.needCoords = true;
|
||||||
params.limit = 1;
|
params.limit = 1;
|
||||||
|
params.sum = SummarizationMode.NONE;
|
||||||
conn = logblock.getConnection();
|
conn = logblock.getConnection();
|
||||||
state = conn.createStatement();
|
state = conn.createStatement();
|
||||||
rs = state.executeQuery(params.getQuery());
|
rs = state.executeQuery(params.getQuery());
|
||||||
|
Reference in New Issue
Block a user