summaryrefslogtreecommitdiffstats
path: root/raddb/mods-config/sql/counter/sqlite/weeklycounter.conf
diff options
context:
space:
mode:
Diffstat (limited to 'raddb/mods-config/sql/counter/sqlite/weeklycounter.conf')
-rw-r--r--raddb/mods-config/sql/counter/sqlite/weeklycounter.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/raddb/mods-config/sql/counter/sqlite/weeklycounter.conf b/raddb/mods-config/sql/counter/sqlite/weeklycounter.conf
new file mode 100644
index 0000000..06ce3b6
--- /dev/null
+++ b/raddb/mods-config/sql/counter/sqlite/weeklycounter.conf
@@ -0,0 +1,12 @@
+#
+# This query properly handles calls that span from the
+# previous reset period into the current period but
+# involves more work for the SQL server than those
+# below
+#
+query = "\
+ SELECT SUM(acctsessiontime - GREATEST((%%b - strftime('%%s', acctstarttime)), 0)) \
+ FROM radacct \
+ WHERE username = '%{${key}}' \
+ AND (strftime('%%s', acctstarttime) + acctsessiontime) > %%b"
+