From 6a5d3fe85b2a3736c7a381dc7c9a33894e5fd6ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Tue, 28 May 2019 20:15:09 +0200 Subject: [PATCH] Update the List of Record Methods --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 82581b8f80..905ae0113d 100644 --- a/README.md +++ b/README.md @@ -3594,12 +3594,8 @@ This is the list of record methods, along with their required protocols. The [Re | `Type.select(...)` | [TableRecord] | ² | | `Type.select(..., as:...)` | [TableRecord] | ² | | `Type.annotated(with:...)` | [TableRecord] | ² | -| `Type.filter(_:)` | [TableRecord] | ² | -| `Type.filter(key:)` | [TableRecord] | ² | -| `Type.filter(keys:)` | [TableRecord] | ² | -| `Type.filter(sql:arguments:)` | [TableRecord] | ² | -| `Type.filter(literal:)` | [TableRecord] | ² | -| `Type.matching(_:)` | [TableRecord] | ² | +| `Type.filter(...)` | [TableRecord] | ² | +| `Type.matching(...)` | [TableRecord] | ² | | `Type.including(all:)` | [TableRecord] | ² | | `Type.including(optional:)` | [TableRecord] | ² | | `Type.including(required:)` | [TableRecord] | ² |