From d4e777900ce2270fe04408e7a3985b5d82386bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Thu, 2 Mar 2017 08:24:21 +0100 Subject: [PATCH] #171: less TODO --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index b2337182c0..2bffe5d06e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,5 @@ - [ ] registerMigrationWithDisabledForeignKeyChecks should be renamed registerMigrationWithDeferredForeignKeyChecks -- [ ] Enable extended result codes (https://github.com/groue/GRDB.swift/issues/171) +- [X] Enable extended result codes (https://github.com/groue/GRDB.swift/issues/171) - [ ] Request.fetchCount() (see https://github.com/groue/GRDB.swift/issues/176#issuecomment-282783884). This method should be a customization point, not an extension. - [X] implementation - [X] tests