jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

dbFit update missing fixture x2 and add new one #151

Closed Auguronomics closed 6 years ago

Auguronomics commented 6 years ago

Hi, I would like to evolve the dbfit part by : The Implement missing dbfit fixtures

ex : !|Execute DDL|!- CREATE TYPE [dbo].[Dictionnary] AS TABLE( [Key] varchar NULL, [Value] varchar NULL) -!| !|Commit|

!|Set Table Parameter| myDict | dbo.Dictionnary | |Key|Value| |1|Me| |2|DbFit|

!|Query|SELECT * FROM @myDict as T| |Key|Value| |1|Me| |2|DbFit|

jediwhale commented 6 years ago

Thanks for this work.