skunk
skunk copied to clipboard
can't abstract over interpolated encoders
sql"$e"
becomes Fragment[Nothing]
in Scala 3 if e: Encoder[A]
for some type variable A
rather than a concrete type. This is due to https://github.com/lampepfl/dotty/issues/12343#issuecomment-836631142