aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.xml b/debug.xml
index a2d6bc3ba..7a72ff4b4 100644
--- a/debug.xml
+++ b/debug.xml
@@ -348,7 +348,7 @@
</entry>
<entry key='database.selectStatistics'>
- SELECT * FROM statistics;
+ SELECT * FROM statistics WHERE captureTime BETWEEN :from AND :to ORDER BY captureTime;
</entry>
<entry key='database.insertStatistics'>