summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-28 00:05:01 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-28 00:05:01 -0800
commit238121460c87095488ccf354c3611d84673e71c7 (patch)
treec2b716c60d33654fd2a9638248f3815ab1bf01ca /TODO
parent6a6cb8f2451d4f8ad5d650c748199f1260cc4384 (diff)
Fix a bug in generator exhaustion.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index eaf87ae0..16fcbc24 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,9 @@
-* [] Detect a '.' and parse the word before it and get it's real name.
+* [ ] 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.
-* [ ] Figure out how to deal with transactions.
-* [] Control smart completion via config file.
+* [ ] Deal with commands that have no return rows (such as delete, begin transaction etc).
+* [x] Control smart completion via config file.
+* [x] Figure out how to deal with transactions.
* [X] Add a config file.
* [X] Add context sensitive auto-completion.
* Check how sqlpython is doing it.