Skip to content

Commit f05d1b4

Browse files
committed
Added a TODO list
1 parent 3b82360 commit f05d1b4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

TODO.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Add a table comparison of others C++ wrappers (code style, C++ design, in code documentation, tests, online documentation, examples, license, UTF-16)
2+
3+
Missing features :
4+
- BindNULL
5+
- LastInsertId
6+
- TableExists
7+
- SetBusyTimout
8+
- operator<< binding ?
9+
- execScalar() easy wrapper like CppSqlite
10+
- batch mode managing multiple queries semicolon separated
11+
12+
Add a full test suite
13+
14+
Add optionnal usage of experimental sqlite3_trace() function to enable statistics
15+
16+
Post an article to CodeProject : with a versionned downloadable ZIP file
17+
Mirror the repository to GoogleCode : with a versionned downloadable ZIP file

0 commit comments

Comments
 (0)