1
0
mirror of https://github.com/dbcli/pgcli synced 2024-06-16 01:42:23 +00:00

Update TODO.

This commit is contained in:
Amjith Ramanujam 2014-12-18 11:07:45 -08:00
parent 6a9efde3e6
commit 70db31eba0

9
TODO
View File

@ -1,9 +1,12 @@
# vi: ft=vimwiki # vi: ft=vimwiki
* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE) * [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
* [ ] Column completion for nested sql. * [ ] Column completion for simple SELECT.
* [ ] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further. * [ ] Column completion for simple INSERT.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it. * [ ] Column completion for simple UPDATE.
* [ ] Use a pager to display the output. (Check Click's document). * [ ] 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) * [ ] 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) * [ ] 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 .) * [ ] Write a doc about how to run it in develop mode. (pip install -e .)