Hillcrest-R-D / FORM

F# Object Relational Mapper
MIT License
15 stars 0 forks source link

New where clause format DEMANDS string * seq<obj> #32

Closed mflibby closed 7 months ago

mflibby commented 7 months ago

trying to pass a string* seq<[string, int, etc]> to a selectWhere errors, using boxing makes it work.