summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-28 20:50:03 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-28 20:50:03 -0800
commitc8b803b20ce036d4928bddb890a141ad0017b726 (patch)
tree454fa1f25c98f80a4b694fe03440d6cc49a8ce04 /TODO
parent20e270b66a7e31f259b1e7fb98124afee181fabb (diff)
Deal with statements that don't return rows.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 48ae997b..5b1bc8a5 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,6 @@
* [X] Add borders around the table.
+* [] Update README.
+* [] Upload rev 2 to PyPI.
* [ ] Add a new trigger for M-/ that does dumb completion.
* [ ] Find a way to add documentation to sql commands. This could get tricky.
* [ ] Deal with commands that have no return rows (such as delete, begin transaction etc).