Skip to content

Commit

Permalink
Regenerate DbGen
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Dec 13, 2023
1 parent 6547f0b commit 530453e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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: afe0a427c244ef5aba91c829cde05f3c43681586cd342677fa159bd5f0af7a71
// Hash: de5b8363f619bc0bb0fb008cda76c7352a29d4ccb08a31a417ebf79e08a870c8

//////////////////////////////////////////
//
// THIS FILE IS AUTOMATICALLY GENERATED
//
// Facil 2.7.1+65699dd9eec12ead8e528ba4f4a4c3505aa25b75
// Facil 2.7.3+c6c34de02a1fe119e2b09a449ebb209ae1f7623f
//
//////////////////////////////////////////

Expand Down Expand Up @@ -25137,8 +25137,8 @@ INSERT INTO [dbo].[TableWithComputedCol]
[Foo]
)
SELECT
[id],
[foo]
[Id],
[Foo]
FROM #args"""
cmd.Parameters.AddRange sqlParams
userConfigureCmd cmd
Expand Down Expand Up @@ -25284,8 +25284,8 @@ INSERT INTO [dbo].[TableWithComputedCol]
[Foo]
)
SELECT
[id],
[foo]
[Id],
[Foo]
FROM #args"""
cmd.Parameters.AddRange sqlParams
userConfigureCmd cmd
Expand Down Expand Up @@ -27585,8 +27585,8 @@ OUTPUT
inserted.[Id],
inserted.[Foo]
SELECT
[foo],
[bar]
[Foo],
[BAR]
FROM #args"""
cmd.Parameters.AddRange sqlParams
userConfigureCmd cmd
Expand Down Expand Up @@ -29039,8 +29039,8 @@ INSERT INTO [dbo].[Temporal]
[Data]
)
SELECT
[id],
[data]
[Id],
[Data]
FROM #args"""
cmd.Parameters.AddRange sqlParams
userConfigureCmd cmd
Expand Down

0 comments on commit 530453e

Please sign in to comment.