Rob Norris

Results 236 comments of Rob Norris

doobie 0.7.x will probably have `Log4Cats` support through the transactor, FYI.

Just FYI if you explicitly declare the ADT root trait to extend `Product with Serializable` you will get the desired LUB in cases like this.

I don't have strong feelings about it, but the purpose of `sys.error` is to throw, and the type clearly indicates that it never returns normally (same as `sys.exit`). From a...

Maybe you can say a little bit about how you'd like it to work.

A complicating factor is that the lifetime of the CLOB is bounded by the transaction so it will be hard to make this safe. I'll think about it.

Yep, thanks. This should be clarified.

Probably `Transactor.fromDriverManager` but it will depend on context. If you want to give it a shot that would be great!

Thanks for the report. I think this case didn't survive the rewrite from Meta/Composite to Get+Put/Read+Write.