Mauricio Scheffer
Mauricio Scheffer
Fixed for sync actions in 2498f8edda1119f2f76ec3cedd7fdf9f23805d7d , async still pending.
Jarle Friestad added a test adding a document with SolrNet, it works fine. So the issue seems to be related to javabin.
> http://demo.liftweb.net/templating/head should be easily doable, just a deduplication of wing beats script nodes http://bugsquash.blogspot.com/2011/07/composability-in-html-generation.html
> http://demo.liftweb.net/parallel should be easily doable I don't agree with doing this at the view level. It can trivially be done in .net using F# async or the TPL in...
This one's a _very_ vague idea... I just thought it would be interesting to see what happens if a lens get translates to a SQL SELECT and a set to...
I've never used table-valued parameters myself so I'm not sure what it would take to make them usable. It seems that Parameter should have an additional TypeName property. It would...
https://github.com/mausch/FsSql/commit/f282db098ad63631d88a908b2ac7925b4840a8c5 Moved the table-valued parameter type to the general parameter type. This avoids the duplicate code/special casing in SqlClient.fs, while also keeping things API-compatible (I didn't have to change anything...
Forget what I said about the non-empty list, it was all nonsense and you're right. I pushed your changes, now you'd just have to make the "table valued parameter together...
As usual, the first step is to reproduce it in a test case that we can add to the FsSql codebase.
Are you using `Seq.ofDataReader`?