mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-09-08 12:01:54 -04:00
30 lines
923 B
Plaintext
30 lines
923 B
Plaintext
Mar 30 2012
|
|
Start of a new thin C++ SQLite wrapper
|
|
|
|
Apr 2 2012
|
|
The wrapper is functionnal
|
|
Added documentation and examples
|
|
Publication on GitHub
|
|
|
|
Version 0.1.0 - Apr 4 2012
|
|
Added a Database::exec() methode to execute simple SQL statement
|
|
Added a version number like in sqlite3.h, starting with 0.1.0
|
|
|
|
Version 0.2.0 - Apr 11 2012
|
|
Added getLastInsertId() and setBusyTimout()
|
|
Added bind() by name methods
|
|
|
|
Version 0.3.0 - Apr 16 2012
|
|
Added an easy wrapper Database::execAngGet()
|
|
|
|
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
|
|
|
|
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 |