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
Following example: run(persons.dynamic.filterOpt(id)((p, i) => quote(p.id == i)))
doesn't compile with error: Values of types Int and io.getquill.Quoted[Int] cannot be compared with == or !=
Is it supposed to work the way it worked in scala 2, or is there another way to implement such query?
The text was updated successfully, but these errors were encountered:
Following example:
run(persons.dynamic.filterOpt(id)((p, i) => quote(p.id == i)))
doesn't compile with error:
Values of types Int and io.getquill.Quoted[Int] cannot be compared with == or !=
Is it supposed to work the way it worked in scala 2, or is there another way to implement such query?
The text was updated successfully, but these errors were encountered: