Skip to content

Tags: lianyong/SQLiteCpp

Tags

2.2.0

Toggle 2.2.0's commit message
Release 2.2.0 with cleanups and updated SQLite3 library

2.1.0

Toggle 2.1.0's commit message
Release 2.1.0 with ability to construct an object or struct from a Ro…

…w (C++11)

2.0.0

Toggle 2.0.0's commit message
Release a new major version with breaking change

1.3.1

Toggle 1.3.1's commit message
Update sqlite3 from v3.9.2 to 3.10.2 (2016-01-20) and update version …

…to 1.3.1

1.3.0

Toggle 1.3.0's commit message
Update version to 1.3.0 with new Backup class

1.2.0

Toggle 1.2.0's commit message
Release version 1.2.0 with Database::getHandle()

1.1.0

Toggle 1.1.0's commit message
Minor update 1.1.0 with loadExtension()

1.0.0

Toggle 1.0.0's commit message
Release 1.0.0

0.8.0

Toggle 0.8.0's commit message
Changed Column::getText() to return empty string "" by default instea…

…d of NULL pointer (to handle std::string conversion)

 - Fix issue SRombauts#17

0.7.0

Toggle 0.7.0's commit message
Some more APIs and std::string version of existing API's