You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distinctwith embedded does not work:
caseclassParent(id:Int, emb1:Emb)
caseclassEmb(a:Int, b:Int) extendsEmbedded
run { query[Emb].map(e =>Parent(1, e)).distinct }
Causes the following error:
cmd33.sc:1: exception during macro expansion:
java.lang.IllegalStateException: The monad composition can't be expressed using applicative joins. Faulty expression: '(1, e)'. Free variables: 'List(e)'.
at io.getquill.util.Messages$.fail(Messages.scala:16)
at io.getquill.context.sql.idiom.SqlIdiom$$anonfun$3.apply(SqlIdiom.scala:42)
at io.getquill.context.sql.idiom.SqlIdiom$$anonfun$3.apply(SqlIdiom.scala:42)
at scala.Option.map(Option.scala:146)
@getquill/maintainers
The text was updated successfully, but these errors were encountered:
Version: (e.g.
3.4.0-SNAPSHOT
)Module: (e.g.
quill-sql
)Database: (e.g.
ALL
)This query:
Causes the following error:
@getquill/maintainers
The text was updated successfully, but these errors were encountered: