This issue (https://github.com/fsprojects/FSharp.Data.SqlClient/issues/23) and pr (https://github.com/fsprojects/FSharp.Data.SqlClient/pull/24) add the ability to provide custom table valued parameters to stored procedures / funcs. Would it be possible to lift this limitation and also enable this for raw sql? I would like to be able to write something like ``select * from myTable join @tvp ids on ids.Id = myTable.Id`` where ``@tvp`` is a user defined table type (CREATE TYPE)