about summary refs log tree commit diff
path: root/saneterm
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-24 12:46:53 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-24 12:46:53 +0200
commit7b09f7dd48a33f0ee02f80a3e87abca5799466f5 (patch)
tree55d6dfac8c44f1c428dc6c97bbac54d8259cc6a9 /saneterm
parent5d9c214d4a517ffd8ff52bfd3baf80596aa8c836 (diff)
history: Add To-Do regarding employed SQL queries
Diffstat (limited to 'saneterm')
-rw-r--r--saneterm/history.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/saneterm/history.py b/saneterm/history.py
index d79b3dc..92f150d 100644
--- a/saneterm/history.py
+++ b/saneterm/history.py
@@ -3,6 +3,8 @@ import sqlite3
 
 from . import proc
 
+# TODO: The SQL queries in this file may have some room for improvement.
+
 DEFSIZ = 1000
 SIZE_ENV = "HISTSIZE"
 HISTORY_FN = "history.db"