Moss Prescott
Moss Prescott
Ran into this pretty quick as soon as we tried to do `joinLeft` and wondering if there's anything new to report. I asked in gitter as well; sorry for the...
cc @rukav @ystael
Had some time before getting back on the road and couldn't resist giving this a try. It certainly works, and without any changes to the actual Iso/Syntax library. On the...
@sellout: just getting around to pushing some minor changes I did the other day. I think this is promising and probably worth merging but before I would call the experiment...
I'm intrigued, but that doesn't compile. There's `veryUnsafeCoerceSqlExprValue` but it's not exported. Can I write my own?
I tried the other thing that should have been obvious, and it compiles: ``` subtractTimestamps :: SqlExpr (Value UTCTime) -> SqlExpr (Value UTCTime) -> SqlExpr (Value NominalDiffTime) subtractTimestamps = unsafeSqlBinOp...