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 1f070f7 commit 5aab11cCopy full SHA for 5aab11c
SQLite Common/Query.swift
@@ -28,8 +28,7 @@ public struct Query {
28
internal var database: Database
29
30
internal init(_ database: Database, _ tableName: String) {
31
- self.database = database
32
- self.tableName = tableName
+ (self.database, self.tableName) = (database, tableName)
33
}
34
35
// MARK: - Keywords
0 commit comments