Fix numerous build errors.

This commit is contained in:
Brent Simmons
2024-03-13 21:50:22 -07:00
parent ace9f8ea30
commit c2aa49803f
13 changed files with 60 additions and 173 deletions

View File

@@ -60,7 +60,7 @@ struct SyncStatusTable {
func resetAllSelectedForProcessing(database: FMDatabase) {
let updateSQL = "update syncStatus set selected = false"
database.executeUpdateInTransaction(updateSQL, withArgumentsIn: nil)
database.executeUpdateInTransaction(updateSQL)
}
func resetSelectedForProcessing(_ articleIDs: [String], database: FMDatabase) {