No implicit view available from

35 views
Skip to first unread message

Srinu Gandikota

unread,
Apr 3, 2016, 12:28:06 PM4/3/16
to Slick / ScalaQuery
I am getting the following error 
No implicit view available from  Rep[com.github.nscala_time.time.Imports.DateTime] => slick.lifted.Ordered.


my query is 
   val query = TableQuery[Connections]
      .filter(it => it.isActive && it.salesAgentId === id)
      .sortBy(_.modifiedDateTime)

Can any one help me out

ps33...@gmail.com

unread,
May 25, 2016, 9:45:54 PM5/25/16
to Slick / ScalaQuery
I have the same problem, could you find a solution?
Reply all
Reply to author
Forward
0 new messages