WIP on C# test migration
This commit is contained in:
parent
3f4aeb9f65
commit
b2cfcfdd63
|
@ -60,6 +60,11 @@ module Parameters =
|
||||||
let fieldParam (value: obj) =
|
let fieldParam (value: obj) =
|
||||||
SqliteParameter("@field", value)
|
SqliteParameter("@field", value)
|
||||||
|
|
||||||
|
/// An empty parameter sequence
|
||||||
|
[<CompiledName "None">]
|
||||||
|
let noParams =
|
||||||
|
Seq.empty<SqliteParameter>
|
||||||
|
|
||||||
|
|
||||||
/// Helper functions for handling results
|
/// Helper functions for handling results
|
||||||
[<AutoOpen>]
|
[<AutoOpen>]
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user