mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix numerous build errors.
This commit is contained in:
@@ -21,7 +21,7 @@ public extension FMDatabase {
|
||||
return database
|
||||
}
|
||||
|
||||
func executeUpdateInTransaction(_ sql : String, withArgumentsIn parameters: [Any]?) {
|
||||
func executeUpdateInTransaction(_ sql : String, withArgumentsIn parameters: [Any]? = nil) {
|
||||
|
||||
beginTransaction()
|
||||
executeUpdate(sql, withArgumentsIn: parameters)
|
||||
|
||||
Reference in New Issue
Block a user