From a7cf5f2f0dd39b6ed9f722147bf343d67f86fed1 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Wed, 4 Feb 2015 20:59:13 -0800 Subject: [PATCH] Update documentation to reflect Bool's current status Signed-off-by: Stephen Celis --- Documentation/Index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/Index.md b/Documentation/Index.md index 8a4823f..2006adb 100644 --- a/Documentation/Index.md +++ b/Documentation/Index.md @@ -166,7 +166,6 @@ SQLite.swift comes with a typed expression layer that directly maps [Swift types | `Int` | `INTEGER` | | `Double` | `REAL` | | `String` | `TEXT` | -| `Bool` | `BOOLEAN` | | `nil` | `NULL` | | `SQLite.Blob`* | `BLOB` |