Skip to content

Commit 05aad5c

Browse files
committed
Allow Rows to be created publicly
1 parent 4f985b7 commit 05aad5c

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)