diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 826a6ee..313e865 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 \ No newline at end of file + Added bind() for binary blob data + +Version 0.5.1 - April 7 2013 + Added getName() \ No newline at end of file diff --git a/TODO.txt b/TODO.txt index a76c9cc..75ad622 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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