Skip to content

Commit 3d530f1

Browse files
committed
Merge branch 'fix/public-row'
2 parents 4f985b7 + 05aad5c commit 3d530f1

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
@@ -1137,7 +1137,7 @@ public struct Row {
11371137

11381138
fileprivate let values: [Binding?]
11391139

1140-
internal init(_ columnNames: [String: Int], _ values: [Binding?]) {
1140+
public init(_ columnNames: [String: Int], _ values: [Binding?]) {
11411141
self.columnNames = columnNames
11421142
self.values = values
11431143
}

0 commit comments

Comments
 (0)