From 1d4fa577a0effc1cd07afc9e6ee98a60f9120722 Mon Sep 17 00:00:00 2001 From: Kieran Trezona-le Comte <trezona-lecomte@gmail.com> Date: Fri, 17 Jul 2015 15:08:44 +1200 Subject: [PATCH] Add TODO list --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..e0db5ee --- /dev/null +++ b/TODO @@ -0,0 +1,9 @@ +- [-] More input test cases? +- [-] Handle any warnings returned by PgQuery.parse +- [X] Limit number of warnings +- [ ] Optionally connect to a live DB to check referenced table/column names are valid +- [ ] Refactor and test the CLI front end +- [ ] Support for other SQL dialects +- [ ] JSON output +- [ ] Huge files +- [ ] Maybe truncate long 'at or near "blah"' strings -- GitLab