Greg Rice

Results 5 comments of Greg Rice

I'm getting this error now, too. Here's what I'm running: application.conf: ``` training { postgres { dataSourceClass = "org.postgresql.ds.PGSimpleDataSource" properties { databaseName ="jobs" user = "jobs" password = "jobs" }...

I have very similar code in another project that does *not* get this error. I'm perplexed.

Slick version 3.2.3, otherwise: com.h2database h2 org.postgresql postgresql 42.2.2 com.github.tminglei slick-pg_${scala.compat.version} 0.16.1 com.github.tminglei slick-pg_joda-time_${scala.compat.version} 0.16.1

So, I wasn't able to reproduce it in a separate repository without including proprietary stuff, but here's what happens: Basically, it works in the persistence module I make. In other...