Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQLiteCpp] update to 3.0.0 #10968

Closed
iwongdotcn opened this issue Apr 23, 2020 · 2 comments
Closed

[SQLiteCpp] update to 3.0.0 #10968

iwongdotcn opened this issue Apr 23, 2020 · 2 comments
Assignees
Labels
category:port-update The issue is with a library, which is requesting update new revision

Comments

@iwongdotcn
Copy link

Library name: SQLiteCpp

New version number: 3.0.0

Version 3.0.0 - January 31 2020

C++11 is now required
CMake 3.1 minimum
Visual Studio 2015 minimum
Update Googletest to latest release 1.10
Add Github Actions continuous integration solution
Add Valgrind memcheck tool to Travis CI
Remove Statement::isOk() deprecated in 2.2.0 when renamed to Statement::hasRow()
Replace Database::backup() "C" implementation by calling the Backup class
#252 Run Valgrind memcheck on Travis CI
#253 Keep inline functions for GCov code coverage
#254 Re-enable Coverity static analysis
#256 Fix linking with system library (libsqlite3)
#242 Added a getIndex method and used it (KOLANICH)
#257 Improve Statement unit tests coverage (bind by name with a std::string)
#234 support for external sqlite3 (BioDataAnalysis/emmenlau)
#243 adding a pure attribute to getIndex() (KOLANICH)

@iwongdotcn iwongdotcn added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Apr 23, 2020
@iwongdotcn iwongdotcn changed the title [SQLiteCpp] update to <3.0.0> [SQLiteCpp] update to 3.0.0 Apr 23, 2020
@iwongdotcn
Copy link
Author

@JackBoosY JackBoosY added category:port-update The issue is with a library, which is requesting update new revision and removed category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist labels Apr 23, 2020
@LilyWangL
Copy link
Contributor

Thanks for posting this issue. This issue has been fixed. So I am closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision
Projects
None yet
Development

No branches or pull requests

3 participants