Skip to content

Commit 69f6a8e

Browse files
committed
bool -> bit
1 parent d344274 commit 69f6a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqlClient/DesignTime.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ type DesignTime private() =
681681
match typeName with
682682
| "int" -> typedefof<int>
683683
| "string" -> typedefof<string>
684-
| "bool" -> typedefof<bool>
684+
| "bit" -> typedefof<bool>
685685
| _ -> invalidOp typeName
686686

687687
table.Columns.Add(name, typ) |> ignore

0 commit comments

Comments
 (0)