diff options
Diffstat (limited to 'debug.xml')
-rw-r--r-- | debug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'> |