1 file changed
+1
-1
lines changed- .github/workflows/build.yml-5
- .github/workflows/subdir_example.yml-5
- .gitignore+1-1
- .travis.yml+136-141
- CHANGELOG.md+217-179
- CMakeLists.txt+457-398
- Doxyfile+1-1
- LICENSE.txt+1-1
- README.md+49-23
- TODO.txt-2
- appveyor.yml+46-44
- build.bat+3-2
- cmake/FindSQLiteCpp.cmake-58
- docs/README.md+25-14
- examples/example1/README.md+6
- examples/example1/main.cpp+31-25
- examples/example2/CMakeLists.txt+2-1
- examples/example2/README.md+6-1
- include/SQLiteCpp/Assertion.h+2-2
- include/SQLiteCpp/Backup.h+11-8
- include/SQLiteCpp/Column.h+23-49
- include/SQLiteCpp/Database.h+130-10
- include/SQLiteCpp/Exception.h+1-1
- include/SQLiteCpp/ExecuteMany.h+1-1
- include/SQLiteCpp/SQLiteCpp.h+3-3
- include/SQLiteCpp/Savepoint.h+95
- include/SQLiteCpp/Statement.h+53-141
- include/SQLiteCpp/Transaction.h+24-4
- include/SQLiteCpp/Utils.h+1-1
- include/SQLiteCpp/VariadicBind.h+1-1
- meson.build+226
- meson_options.txt+13
- package.xml+21
- sqlite3/CMakeLists.txt+18-1
- sqlite3/README.md+3-1
- sqlite3/sqlite3.c+33.1k-21.0k
- sqlite3/sqlite3.h+1.4k-756
- src/Backup.cpp+18-17
- src/Column.cpp+21-17
- src/Database.cpp+37-15
- src/Exception.cpp+1-1
- src/Savepoint.cpp+66
- src/Statement.cpp+85-142
- src/Transaction.cpp+25-4
- subprojects/.gitignore+5
- subprojects/gtest.wrap+12
- subprojects/sqlite3.wrap+12
- tests/Column_test.cpp+46-12
- tests/Database_test.cpp+129-3
- tests/Savepoint_test.cpp+108
- tests/Statement_test.cpp+31-36
- tests/Transaction_test.cpp+14
0 commit comments