Skip to content

Commit

Permalink
Regenerate DbGen.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Sep 21, 2023
1 parent 93f2fc1 commit 5f71dd1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/DbTests.DbGen/DbGen.fs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Edit or remove this or the below line to regenerate on next build
// Hash: 381cdf063f08b0076cce57270bf9f750556a68b757261aee55bd50b2f2ab92f4
// Hash: 5582c8446b61a903f9346553e933d4c694f8cf18128f5b773939d8362e82b4e6

//////////////////////////////////////////
//
// THIS FILE IS AUTOMATICALLY GENERATED
//
// Facil 2.7.1+788916f3e85b070f749eb7b1bce4be873cb958af
// Facil 2.7.1+93f2fc174ede75e0ced62254bceaeab436fb55f6
//
//////////////////////////////////////////

Expand Down Expand Up @@ -310,7 +310,7 @@ module TableTypes =
module ``dbo`` =


let private ``AllTypesNonNull_meta`` =
let private ``AllTypesNonNull_meta`` =
[|
SqlMetaData("bigint", SqlDbType.BigInt)
SqlMetaData("binary", SqlDbType.Binary, 42L)
Expand Down Expand Up @@ -447,7 +447,7 @@ module TableTypes =
x


let private ``AllTypesNull_meta`` =
let private ``AllTypesNull_meta`` =
[|
SqlMetaData("bigint", SqlDbType.BigInt)
SqlMetaData("binary", SqlDbType.Binary, 42L)
Expand Down Expand Up @@ -584,7 +584,7 @@ module TableTypes =
x


let private ``FilterForTableWithIdentityCol_meta`` =
let private ``FilterForTableWithIdentityCol_meta`` =
[|
SqlMetaData("Id", SqlDbType.Int)
SqlMetaData("Foo", SqlDbType.BigInt)
Expand Down Expand Up @@ -617,7 +617,7 @@ module TableTypes =
x


let private ``LengthTypes_meta`` =
let private ``LengthTypes_meta`` =
[|
SqlMetaData("binary", SqlDbType.Binary, 3L)
SqlMetaData("char", SqlDbType.Char, 3L)
Expand Down Expand Up @@ -666,7 +666,7 @@ module TableTypes =
x


let private ``MaxLengthTypes_meta`` =
let private ``MaxLengthTypes_meta`` =
[|
SqlMetaData("nvarchar", SqlDbType.NVarChar, -1L)
SqlMetaData("varbinary", SqlDbType.VarBinary, -1L)
Expand Down Expand Up @@ -703,7 +703,7 @@ module TableTypes =
x


let private ``MultiColNonNull_meta`` =
let private ``MultiColNonNull_meta`` =
[|
SqlMetaData("Foo", SqlDbType.Int)
SqlMetaData("Bar", SqlDbType.NVarChar, 50L)
Expand Down Expand Up @@ -736,7 +736,7 @@ module TableTypes =
x


let private ``MultiColNull_meta`` =
let private ``MultiColNull_meta`` =
[|
SqlMetaData("Foo", SqlDbType.Int)
SqlMetaData("Bar", SqlDbType.NVarChar, 50L)
Expand Down Expand Up @@ -769,7 +769,7 @@ module TableTypes =
x


let private ``MultiColNullVoption_meta`` =
let private ``MultiColNullVoption_meta`` =
[|
SqlMetaData("Foo", SqlDbType.Int)
SqlMetaData("Bar", SqlDbType.NVarChar, 50L)
Expand Down Expand Up @@ -802,7 +802,7 @@ module TableTypes =
x


let private ``SingleColNonNull_meta`` =
let private ``SingleColNonNull_meta`` =
[|
SqlMetaData("Foo", SqlDbType.Int)
|]
Expand Down Expand Up @@ -831,7 +831,7 @@ module TableTypes =
x


let private ``SingleColNull_meta`` =
let private ``SingleColNull_meta`` =
[|
SqlMetaData("Foo", SqlDbType.Int)
|]
Expand Down

0 comments on commit 5f71dd1

Please sign in to comment.