aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.xml b/debug.xml
index 1074d9eba..698f7bdc9 100644
--- a/debug.xml
+++ b/debug.xml
@@ -194,6 +194,10 @@
VALUES (:deviceId, NOW(), :time, :time, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :other);
</entry>
+ <entry key='database.selectLatestPositions'>
+ SELECT * FROM position WHERE id IN (SELECT positionId FROM device);
+ </entry>
+
<entry key='database.updateLatestPosition'>
UPDATE device SET positionId = :id WHERE id = :deviceId;
</entry>