2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
|
- .travis.yml+18
- CHANGELOG.md+120
- CHANGELOG.txt-96
- CMakeLists.txt+27-11
- Doxyfile+1-1
- README.md+1
- TODO.txt+2-2
- include/SQLiteCpp/Backup.h+1-1
- include/SQLiteCpp/Column.h+18-16
- include/SQLiteCpp/Database.h+7-2
- include/SQLiteCpp/Exception.h+4-2
- include/SQLiteCpp/SQLiteCpp.h+2-2
- include/SQLiteCpp/Statement.h+85-7
- include/SQLiteCpp/Transaction.h+1-1
- sqlite3/sqlite3.c+17.6k-10.0k
- sqlite3/sqlite3.h+934-428
- src/Backup.cpp+1-1
- src/Column.cpp+3-3
- src/Database.cpp+7-3
- src/Exception.cpp+13
- src/Statement.cpp+42-38
- src/Transaction.cpp+1-1
- tests/Column_test.cpp+29-6
- tests/Exception_test.cpp+66
- tests/Statement_test.cpp+88-35
0 commit comments