From f05d1b4b680262ecc9b8f31518dcc1e0138f70de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 4 Apr 2012 20:19:49 +0200 Subject: [PATCH] Added a TODO list --- TODO.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..fa2bdce --- /dev/null +++ b/TODO.txt @@ -0,0 +1,17 @@ +Add a table comparison of others C++ wrappers (code style, C++ design, in code documentation, tests, online documentation, examples, license, UTF-16) + +Missing features : +- BindNULL +- LastInsertId +- TableExists +- SetBusyTimout +- operator<< binding ? +- execScalar() easy wrapper like CppSqlite +- batch mode managing multiple queries semicolon separated + +Add a full test suite + +Add optionnal usage of experimental sqlite3_trace() function to enable statistics + +Post an article to CodeProject : with a versionned downloadable ZIP file +Mirror the repository to GoogleCode : with a versionned downloadable ZIP file