Pyry-Samuli Lahti

Results 15 comments of Pyry-Samuli Lahti

Thanks for the insight. That missing typeof attribute was indeed the problem. Works now. Much obliged!

I have encountered the same problem (using Play 2.0 and having a superclass of my squeryl-based entities). Any updates?

``` scala trait Foo { val id: Long = 0 val createTime: Date = new Date() val updateTime: Date = new Date() } case class Bar(override val id: Long) extends...

@droidmonkey Were you able to give it a go? 🤞 I've been bitten by this many times since upgrading to the latest version on macOS. 😅