Commit Graph

9 Commits

Author SHA1 Message Date
Brent Simmons
b264305cfa Fix bug saving authors in database. 2024-06-23 12:48:59 -07:00
Brent Simmons
b5d132717d Use a Set rather than an O(n) thing to unique DatabaseObjects. 2024-05-26 12:13:01 -07:00
Brent Simmons
f449a443d8 Remove unused code from Database module. 2024-04-16 21:49:36 -07:00
Brent Simmons
c2aa49803f Fix numerous build errors. 2024-03-13 21:50:22 -07:00
Brent Simmons
5b4ffdafba Make Database module adhere to strict Swift concurrency. 2024-03-13 20:46:02 -07:00
Brent Simmons
9b1aa8fc7f Make ArticlesDatabase an actor. No serial dispatch queue. 2024-03-12 23:01:35 -07:00
Brent Simmons
13403df8f1 Create new FMDatabase+Extras.swift and FMResultSet+Extras.swift. Rename DatabaseError.isSuspended to DatabaseError.suspended. 2024-03-10 18:42:54 -07:00
Brent Simmons
f2fea32111 Add swiftSettings for strict concurrency but comment it out for now. 2024-03-10 18:24:14 -07:00
Brent Simmons
b662ad8ad3 Make local Database and FMDB modules. Stop using RSDatabase. 2024-03-10 16:39:38 -07:00