mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Update version to 1.3.0 with new Backup class
This commit is contained in:
parent
544ecf4101
commit
8f28c4c58f
@ -58,6 +58,18 @@ Version 1.0.0 - May 3 2015
|
|||||||
Added Statement::getColumnName(aIndex)
|
Added Statement::getColumnName(aIndex)
|
||||||
Added Statement::getColumnOriginName(aIndex)
|
Added Statement::getColumnOriginName(aIndex)
|
||||||
|
|
||||||
Version 1.1.0 - May 2015 ?
|
Version 1.1.0 - May 18 2015
|
||||||
Fix valgrind error on Database destructor
|
Fixed valgrind error on Database destructor
|
||||||
Added Database::loadExtension
|
Added Database::loadExtension
|
||||||
|
|
||||||
|
Version 1.2.0 - September 9 2015
|
||||||
|
Fixed build with GCC 5.1.0
|
||||||
|
Fixed MSVC release build warning
|
||||||
|
Fixed CppDepends warnings
|
||||||
|
Updated documentation on installation
|
||||||
|
Added Database::getHandle()
|
||||||
|
|
||||||
|
Version 1.3.0 - November 1 2015
|
||||||
|
Fixed build with Visual Studio 2015
|
||||||
|
Further improvements to README
|
||||||
|
Added Backup class
|
@ -63,7 +63,7 @@ Developements and tests are done under the following OSs:
|
|||||||
And following IDEs/Compilers
|
And following IDEs/Compilers
|
||||||
- GCC 4.7.2 and GCC 4.8.2
|
- GCC 4.7.2 and GCC 4.8.2
|
||||||
- Eclipse CDT under Linux
|
- Eclipse CDT under Linux
|
||||||
- Visual Studio Express 2008/2010/2012/2013/2015 for testing compatibility purpose
|
- Visual Studio Express 2008/2013/2015 for testing compatibility purpose
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
|
@ -38,5 +38,5 @@
|
|||||||
* with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
|
* with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
|
||||||
* numbers used in [SQLITECPP_VERSION].
|
* numbers used in [SQLITECPP_VERSION].
|
||||||
*/
|
*/
|
||||||
#define SQLITECPP_VERSION "1.2.0"
|
#define SQLITECPP_VERSION "1.3.0"
|
||||||
#define SQLITECPP_VERSION_NUMBER 1002000
|
#define SQLITECPP_VERSION_NUMBER 1003000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user