Skip to content

Commit da75135

Browse files
authored
Allow init of row by outsiders
1 parent 70fb7af commit da75135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLite/Typed/Query.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ public struct Row {
10621062

10631063
fileprivate let values: [Binding?]
10641064

1065-
internal init(_ columnNames: [String: Int], _ values: [Binding?]) {
1065+
init(_ columnNames: [String: Int], _ values: [Binding?]) {
10661066
self.columnNames = columnNames
10671067
self.values = values
10681068
}

0 commit comments

Comments
 (0)