Updated TODO (Unit Test) and Changelog (0.5.1)

This commit is contained in:
Sébastien Rombauts 2013-09-04 22:31:52 +02:00
parent 5b6170dfa1
commit ec3b042bf5
2 changed files with 7 additions and 4 deletions

View File

@ -21,10 +21,13 @@ Version 0.4.0 - Apr 23 2012
Added a Database::tableExists() easy to use function
Dec 10 2012
Adding a Statement::exec() method to execute a one-step query with no expected result
Added a Statement::exec() method to execute a one-step query with no expected result
Version 0.5.0 - March 9 2013
Added assert() on errors on destructors
Added getBytes()
Added getBlob(), getType() and isInteger/isFloat/isText/isBlob/isNull
Added bind() for binary blob data
Added bind() for binary blob data
Version 0.5.1 - April 7 2013
Added getName()

View File

@ -1,3 +1,5 @@
Add a full googletest suite
Create a "SQLiteCppExample" repository using the wrapper as a Git submodule.
Check C++11 explicit support
@ -10,8 +12,6 @@ Publish a versionned ZIP file in Google Project Mirror
Publish the Doxygen Documentation in the Github Pages (gh-pages branch)
Add a full test suite
Missing features in v0.5.0:
- bind a SQLITE_STATIC value (string/blob)
- bind a dynamic value with zerocopy (unlike SQLITE_TRANSIENT) with custom deleter