NetNewsWire/Frameworks/Database
Brent Simmons d284bf3757 Remove cache from Author since it’s now in AuthorsTable. 2017-09-12 22:27:36 -07:00
..
Database.xcodeproj Make progress on related objects. 2017-09-11 06:46:32 -07:00
DatabaseTests
Extensions Remove cache from Author since it’s now in AuthorsTable. 2017-09-12 22:27:36 -07:00
ArticlesTable.swift Make progress on related objects. 2017-09-11 06:46:32 -07:00
AttachmentsTable.swift Move fetchObjectsWithIDs from AttachmentsTable to default protocol implementation since AuthorsTable needs the exact same thing. 2017-09-12 21:47:04 -07:00
AuthorsTable.swift Fix build error. 2017-09-12 22:06:59 -07:00
Constants.swift Make further progress on saving articles from feeds. 2017-09-06 13:33:04 -07:00
CreateStatements.sql
Database.swift Make ParsedFeed.items a Set<ParsedItem>. Fix some build errors in Database.framework. 2017-09-09 18:46:58 -07:00
Info.plist
StatusesTable.swift Fix some build errors in Database.framework. 2017-09-10 11:36:28 -07:00
TagsTable.swift Move fetchObjectsWithIDs from AttachmentsTable to default protocol implementation since AuthorsTable needs the exact same thing. 2017-09-12 21:47:04 -07:00
UnreadCountDictionary.swift