summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-31 13:46:32 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-31 13:46:32 -0800
commit588be277972a8acaf8cb38feefefa0274e59cf82 (patch)
treeddd44be8603c424c7fddee43d2813ac6f8d4a494 /TODO
parentd324b27e41aee52b044e5647a4a13aecc9130c3e (diff)
Move refresh routines outside the loop.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 00ff5130..21735457 100644
--- a/TODO
+++ b/TODO
@@ -7,12 +7,6 @@
* [ ] Check how to add the name of the table before printing the table.
* [ ] Add a new trigger for M-/ that does naive completion.
* [ ] New Feature List - Write the current version to config file. At launch if the version has changed, display the changelog between the two versions.
-* [ ] need_search_path_refresh doesn't need to split the document.text, cur.query returns the current sql.
-* [ ] See if the need_search_path_refresh can be done outside the loop.
* [ ] Add a test for 'select * from custom.abc where custom.abc.' should suggest columns from abc.
-* [ ] Search for Dataframe in the source and replace them.
* [ ] pgexecute columns(), tables() etc can be just cursors instead of fetchall()
-* [ ] Add unicode tests.
* [ ] Add colorschemes in config file.
-* [X] Add \timing in config file.
-* [X] Add table format to config file.