1 file changed
+1
-1
lines changed- .editorconfig+14
- .gitbugtraq+7
- .github/workflows/actions.yml+59
- .gitignore+1-1
- .travis.yml+106-146
- CHANGELOG.md+171-120
- CMakeLists.txt+142-67
- Doxyfile+2-2
- LICENSE.txt+1-1
- README.md+45-24
- TODO.txt+2-5
- appveyor.yml+44-26
- build.bat+7-7
- build.sh+7-3
- cmake/FindSQLite3.cmake+66
- cmake/FindSQLiteCpp.cmake
- cmake/SQLiteCppConfig.cmake.in+7
- examples/example1/main.cpp+38-1
- googletest+1-1
- include/SQLiteCpp/Assertion.h+1-1
- include/SQLiteCpp/Backup.h+9-18
- include/SQLiteCpp/Column.h+55-49
- include/SQLiteCpp/Database.h+121-78
- include/SQLiteCpp/Exception.h+19-28
- include/SQLiteCpp/ExecuteMany.h+90
- include/SQLiteCpp/SQLiteCpp.h+5-3
- include/SQLiteCpp/Statement.h+109-57
- include/SQLiteCpp/Transaction.h+5-7
- include/SQLiteCpp/VariadicBind.h+54-32
- sqlite3/CMakeLists.txt+20-1
- sqlite3/README.md+1-1
- sqlite3/sqlite3.c+56.7k-36.1k
- sqlite3/sqlite3.h+1.4k-286
- src/Backup.cpp+6-27
- src/Column.cpp+12-18
- src/Database.cpp+218-81
- src/Exception.cpp+2-22
- src/Statement.cpp+75-130
- src/Transaction.cpp+2-2
- tests/Backup_test.cpp+78-66
- tests/Column_test.cpp+28-11
- tests/Database_test.cpp+199-16
- tests/Exception_test.cpp+47-24
- tests/ExecuteMany_test.cpp+54
- tests/Statement_test.cpp+259-15
- tests/Transaction_test.cpp+3-2
- tests/VariadicBind_test.cpp+51-14
0 commit comments