We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043137e commit 03b27f9Copy full SHA for 03b27f9
Documentation/Index.md
@@ -868,7 +868,7 @@ alice.delete()
868
The `delete` function returns a tuple with an `Int?` representing the number of deletes (or `nil` on failure) and the associated `Statement`.
869
870
``` swift
871
-let delete = delete.update(email <- "alice@me.com")
+let delete = alice.delete()
872
if let changes = delete.changes where changes > 0 {
873
println("deleted alice")
874
} else if delete.statement.failed {
0 commit comments