summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-23 15:34:41 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-23 15:34:41 -0800
commit281ab7d0bdbc2c519ac040f5c29c8baab20ff415 (patch)
tree901a2404fa5f1d6449f5ea1587362114da10ce22 /TODO
parent94b65f8ee90142c9926dee753be39102da7722f5 (diff)
Update TODO with more items.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index c73df4e6..f7d5cdb0 100644
--- a/TODO
+++ b/TODO
@@ -11,3 +11,6 @@
* [ ] Add a lot more SQL keywords to auto-completion.
* [X] Add a history file.
* [ ] Prettify the output into nice columnar tables.
+* [ ] Add context sensitive auto-completion.
+ * Check how sqlpython is doing it.
+* [ ] Check how to deal with failed commands that result in dangling transaction.