| 43 | } |
| 44 | |
| 45 | void execWithExceptionAndReset(SQLite::Statement& query, int expected_modifications, int line, const char* function, const char* context) |
| 46 | { |
| 47 | if (!execAndReset(query, expected_modifications)) |
| 48 | { |
| 49 | raiseDBError_(query.getErrorMsg(), line, function, context); |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | OMSFileStore::OMSFileStore(const String& filename, LogType log_type) |
| 54 | { |
no test coverage detected