diff --git a/ios/Assets/download_tasks.sql b/ios/Assets/download_tasks.sql index 1c20b143..d9fc016d 100644 Binary files a/ios/Assets/download_tasks.sql and b/ios/Assets/download_tasks.sql differ diff --git a/ios/Classes/DBManager.m b/ios/Classes/DBManager.m index b73e4b97..efaa5bb8 100644 --- a/ios/Classes/DBManager.m +++ b/ios/Classes/DBManager.m @@ -162,7 +162,7 @@ -(void)runQuery:(const char *)query isQueryExecutable:(BOOL)queryExecutable{ } } else { - // In the database cannot be opened then show the error message on the debugger. + // If the database cannot be opened then show the error message on the debugger. if (debug) { NSLog(@"%s", sqlite3_errmsg(sqlite3Database)); }