Advertisement
Guest User

Untitled

a guest
Feb 1st, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.61 KB | None | 0 0
  1. [error] /home/.../Articles.scala:36: Tree '{
  2. [error]   implicit val timestampOrd: Ordering[java.sql.Timestamp] = io.getquill.quotation.NonQuotedException.apply();
  3. [error]   ((categories: List[Long], articlesFrom: java.sql.Timestamp) => Articles.this.articlesInCategoriesFrom.apply(categories, articlesFrom).sortBy[java.sql.Timestamp](((x$2: models.Articles) => x$2.addedAt))(io.getquill.`package`.orderingToOrd[java.sql.Timestamp](timestampOrd)))
  4. [error] }' can't be parsed to 'Ast'
  5. [error]   val timelineArticlesInCategories = quote {
  6. [error]                                                ^
  7. [error] one error found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement