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
lihaoyi scalasql-test$ sbt compile
[info] welcome to sbt 1.9.9 (HomebrewJava22.0.1)
[info] loading project definition from /Users/lihaoyi/Downloads/scalasql-test/project
[info] loading settings for project scalasqlTest from build.sbt ...
[info] set current project to scalasqlTest (in build file:/Users/lihaoyi/Downloads/scalasql-test/)
[info] Executing in batch mode. For better performance use sbt's shell
[info] compiling 1Scala source to /Users/lihaoyi/Downloads/scalasql-test/target/scala-2.13/classes ...
[error] /Users/lihaoyi/Downloads/scalasql-test/src/main/scala/test.scala:21:29: could not find implicit value for parameter e: scalasql.Queryable.Row[scalasql.core.Expr[java.util.Date],java.util.Date]
[error] objectTimeIntervalextendsTable[TimeInterval]
[error] ^
[error] one error found
[error] (Compile/ compileIncremental) Compilation failed
[error] Totaltime: 1 s, completed 11Aug2024, 9:36:21 am
The text was updated successfully, but these errors were encountered:
Example code below. Problem goes away with Scala 3.4.2
The text was updated successfully, but these errors were encountered: