slick / slick-examples

A sample project for getting started with Slick
https://scala-slick.org/
156 stars 70 forks source link

Add example for sorting by a dynamic Seq of columns #21

Open cvogt opened 11 years ago

cvogt commented 11 years ago

review by @szeiger

szeiger commented 11 years ago

I'd rather apply sortBy calls for the individual keys in reverse order so you don't have to construct internal objects like Ordered manually and step outside of the type-safe lifted embedding API.

cvogt commented 11 years ago

@szeiger: I agree, updated the commit to do that

cvogt commented 11 years ago

@szeiger Please have a look. I'd like to answer some ML / SO postings with this.

szeiger commented 10 years ago

LGTM