@@ -34,26 +34,30 @@ Version 0.5.1 - April 7 2013
34
34
35
35
Version 0.6.0 - November 22 2013
36
36
Renamed Column::getName() to Column::getOriginName()
37
- Added a new Column::getName()
37
+ Added Column::getName()
38
38
39
39
Version 0.7.0 - January 9 2014
40
- Added a new Database::createFunction() API
40
+ Added Database::createFunction()
41
41
Added std::string version of existing APIs
42
42
Improved CMake with more build options and Doxygen auto-detection
43
43
44
44
Version 0.8.0 - February 26 2014
45
45
Database constructor support opening a database with a custom VFS (default to NULL)
46
46
Changed Column::getText() to return empty string "" by default instead of NULL pointer (to handle std::string conversion)
47
47
48
- Version 1.0.0 - pending May 2015
48
+ Version 1.0.0 - May 3 2015
49
49
Public headers file moved to include/ dir
50
50
Added support to biicode in CMakeLists.txt
51
51
Added Unit Tests
52
- Added a aBusyTimeoutMs parameter to Database() constructors
53
- Added a Database::getTotalChanges()
54
- Added a Database::getErrorCode()
55
- Added a Statement::clearBindings()
56
- Added a Statement::getColumn(aName)
57
- Added a Statement::getErrorCode()
58
- Added a Statement::getColumnName(aIndex)
59
- Added a Statement::getColumnOriginName(aIndex)
52
+ Added aBusyTimeoutMs parameter to Database() constructors
53
+ Added Database::getTotalChanges()
54
+ Added Database::getErrorCode()
55
+ Added Statement::clearBindings()
56
+ Added Statement::getColumn(aName)
57
+ Added Statement::getErrorCode()
58
+ Added Statement::getColumnName(aIndex)
59
+ Added Statement::getColumnOriginName(aIndex)
60
+
61
+ Version 1.1.0 - May 2015 ?
62
+ Fix valgrind error on Database destructor
63
+ Added Database::loadExtension
0 commit comments