Skip to content

Commit 245ca91

Browse files
committed
Ensure Value extensions have datatypes conforming to Binding
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 356f54d commit 245ca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite Common/Value.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public protocol Value {
3131

3232
typealias ValueType = Self
3333

34-
typealias Datatype
34+
typealias Datatype: Binding
3535

3636
class var declaredDatatype: String { get }
3737

0 commit comments

Comments
 (0)