diff --git a/TODO.md b/TODO.md index 97d9b13407..7f314b9609 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ - [ ] What is the SQLITE_OPEN_WAL open flag? - [ ] Read https://github.com/ccgus/fmdb/issues/262 and understand https://lists.apple.com/archives/cocoa-dev/2012/Aug/msg00527.html -- [ ] FetchedRecordsController needs a property that disables changes computation and calls to delegate.controller(_:didChangeRecord:withEvent:). +- [ ] FetchedRecordsController needs a property that disables changes computation and calls to delegate.controller(_:didChangeRecord:withEvent:). Other option: another protocol. - [ ] DatabaseValue.failableValue() is not a nice name. - [ ] Support for resource values (see https://developer.apple.com/library/ios/qa/qa1719/_index.html) - [ ] DOC: Since commit e6010e334abdf98eb9f62c1d6abbb2a9e8cd7d19, one can not use the raw SQLite API without importing the SQLite module for the platform. We need to document that.