1
0
Fork 0

Update TODO.

This commit is contained in:
Amjith Ramanujam 2014-12-18 11:07:45 -08:00
parent 6a9efde3e6
commit 70db31eba0
1 changed files with 6 additions and 3 deletions

9
TODO
View File

@ -1,9 +1,12 @@
# vi: ft=vimwiki
* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
* [ ] Column completion for nested sql.
* [ ] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
* [ ] Column completion for simple SELECT.
* [ ] Column completion for simple INSERT.
* [ ] Column completion for simple UPDATE.
* [ ] Use a pager to display the output. (Check Click's document).
* [ ] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further.
* [ ] Column completion for nested sql.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
* [ ] Add a few more special commands. (\l pattern, \di, \dp, \ds, \dv, \dy, \z etc)
* [ ] Write a doc about how to run it in develop mode. (pip install -e .)