summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-14 14:23:14 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-14 14:23:14 +0200
commitcf1ef9e53b0bb555af70080ce940d2f5f1c41085 (patch)
tree95dda8b4bb01e14341c3a8f326999d143bc3e16e
parent9db7b39830386ace9debf09ed2f4960a9d09a68c (diff)
- TODO changes
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1534da5..dec0284 100644
--- a/TODO
+++ b/TODO
@@ -6,5 +6,6 @@ TODO for the nearest future:
time, and just read from the filedescriptor.
- Make some way for the lookup functions to see more than just one
field from the SQL row (eg. we need to create paths like "artist - song")
+ - Is this really needed? We have come a long way with using SQL tricks only.
- Escaping string: when querying sqlite, replace ' with '' in ingoing
strings. (why isn't this done in the API?)