summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-27 20:00:22 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-27 20:00:22 -0800
commitdbbc8a742982c2e2200d3ca6c1c1634e2577fba9 (patch)
treeb189b9f2654c29d2b366d1aa07998817951dd25b /TODO
parent6e5cd51643d45250a96d437ae7217c120f4f5c77 (diff)
Fix smart completion.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 873b4ba0..b78bc53c 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,9 @@
+* [] Detect a '.' and parse the word before it and get it's real name.
* [ ] Add more complex slash commands such as \d <table_name>.
* [ ] Add a lot more SQL keywords to auto-completion.
-* [ ] Add context sensitive auto-completion.
- * Check how sqlpython is doing it.
* [ ] Figure out how to deal with transactions.
+* [X] Add context sensitive auto-completion.
+ * Check how sqlpython is doing it.
* [X] Prettify the output into nice columnar tables.
* [X] Check how to deal with failed commands that result in dangling transaction.
* [X] Add a history file.