We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba9dc7 commit 30b2510Copy full SHA for 30b2510
1 file changed
Sources/SQLiteAdapter/SQLiteAdapter.swift
@@ -267,7 +267,7 @@ open class SQLite {
267
log("successfully updated row(s), sql: \(sql)")
268
}
269
270
- /// Can be used to update one or several rows depending on the SQL statement
+ /// Can be used to delete one or several rows depending on the SQL statement
271
public func deleteRow(sql: String, valuesToBind: SQLValues? = nil) throws {
272
try operation(sql: sql, valuesToBind: valuesToBind)
273
log("successfully deleted row(s), sql: \(sql)")
0 commit comments