Carsten Saager

Results 2 issues of Carsten Saager

val fut = Future.successful(List(Dummy(1),Dummy(2))) complete(fut) fails to compile under Scala 3.x - works as expected under 2.13.x [Minimal project to show the issue](https://github.com/csar/akka-http-scala3-problem )

1 - triaged
t:routing

**Version**: 4.4.1 **Module**: `quill-cassandra-zio` **Database**: `cassandra` ### Expected behavior Quill checks if rows can be mapped to case class at compile time or gives at least a specific error which...