mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Updated TODO (Unit Test) and Changelog (0.5.1)
This commit is contained in:
parent
5b6170dfa1
commit
ec3b042bf5
@ -21,10 +21,13 @@ Version 0.4.0 - Apr 23 2012
|
|||||||
Added a Database::tableExists() easy to use function
|
Added a Database::tableExists() easy to use function
|
||||||
|
|
||||||
Dec 10 2012
|
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
|
Version 0.5.0 - March 9 2013
|
||||||
Added assert() on errors on destructors
|
Added assert() on errors on destructors
|
||||||
Added getBytes()
|
Added getBytes()
|
||||||
Added getBlob(), getType() and isInteger/isFloat/isText/isBlob/isNull
|
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()
|
4
TODO.txt
4
TODO.txt
@ -1,3 +1,5 @@
|
|||||||
|
Add a full googletest suite
|
||||||
|
|
||||||
Create a "SQLiteCppExample" repository using the wrapper as a Git submodule.
|
Create a "SQLiteCppExample" repository using the wrapper as a Git submodule.
|
||||||
|
|
||||||
Check C++11 explicit support
|
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)
|
Publish the Doxygen Documentation in the Github Pages (gh-pages branch)
|
||||||
|
|
||||||
Add a full test suite
|
|
||||||
|
|
||||||
Missing features in v0.5.0:
|
Missing features in v0.5.0:
|
||||||
- bind a SQLITE_STATIC value (string/blob)
|
- bind a SQLITE_STATIC value (string/blob)
|
||||||
- bind a dynamic value with zerocopy (unlike SQLITE_TRANSIENT) with custom deleter
|
- bind a dynamic value with zerocopy (unlike SQLITE_TRANSIENT) with custom deleter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user