I am trying out Slick 3.0.0-RC1
and I\'m running in to an odd problem.
Such is my code:
import slick.driver.SQLiteDriver.api._
import scala.
You may try
val result = db.withSession(implicit session => issueQuery.list)
If someone is facing a similar issue:
no result method on TableQuery
DOUBLE check whether you have import slick.jdbc.PostgresProfile.api._
I did hit the same problem and here is what I did to get rid of it:
My scala version is 2.11.6
I hope this helps somebody who might run into the same problem!
This is a regular problem I faced quite often with IntelliJ IDEA .
If using activator, the command - "activator idea" helped me resolve the issue.
It re-created the .idea and IdeaProject.iml files and then re-loaded the project. I currently use activator-1.3.4