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 c6cf5bd commit e1ee5caCopy full SHA for e1ee5ca
SQLite Common/Database.swift
@@ -223,7 +223,7 @@ public final class Database {
223
/// :param: statements Statements array to run in the transaction.
224
///
225
/// :returns: The last statement executed, successful or not.
226
- public func transaction(statements: [(@autoclosure () -> Statement)]) -> Statement {
+ public func transaction(statements: [@autoclosure () -> Statement]) -> Statement {
227
return transaction(.Deferred, statements)
228
}
229
0 commit comments