v1.0.9
版本发布时间: 2023-11-06 05:55:29
iwongu/sqlite3pp最新发布版本:v1.0.9(2023-11-06 05:55:29)
- add LICENSE file
- fix a memory leak in database ctor
- c++ compatibility (std::iterator and std::tuple)
- add clearing_bindings() in statement (query and commant)
- support nullptr with binder()
- merge the pull request to check nullptr for string value
- add runnable test cases using memory db. test/testdb.cpp