Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

Model.createTable() database argument not used #100

Closed kruperfone closed 5 years ago

kruperfone commented 5 years ago

Model.swift:145 static func createTable(using db: Database? = nil, _ onCompletion: @escaping (Bool?, RequestError?) -> Void) Argument db provided but not used Looks like it should be used in Model.swift:152 Self.executeTask(using: db)