mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make progress on Database surgery.
This commit is contained in:
@@ -18,13 +18,11 @@ import Data
|
||||
final class StatusesTable: DatabaseTable {
|
||||
|
||||
let name: String
|
||||
let queue: RSDatabaseQueue
|
||||
private let cache = ObjectCache<ArticleStatus>(keyPathForID: \ArticleStatus.articleID)
|
||||
|
||||
init(name: String, queue: RSDatabaseQueue) {
|
||||
init(name: String) {
|
||||
|
||||
self.name = name
|
||||
self.queue = queue
|
||||
}
|
||||
|
||||
func markArticles(_ articles: Set<Article>, statusKey: String, flag: Bool) {
|
||||
|
||||
Reference in New Issue
Block a user