|
|
@@ -284,7 +284,7 @@ In Swift, you would use `executeUpdate(values:)`, which not only is a concise Sw
|
|
|
try db.executeUpdate("INSERT INTO authors (identifier, name, date, comment) VALUES (?, ?, ?, ?)", values: [identifier, name, date, comment ?? NSNull()])
|