play-slick
play-slick copied to clipboard
Slick Plugin for Play
Error: `[PSQLException: ERROR: relation "play_evolutions" does not exist Position: 8]`. I can see the table `play_evolutions` in the db. Play does create this table on starting the server. ``` {"timestamp":"2021-07-13T08:40:29.320Z","level":"ERROR","thread":"play-dev-mode-akka.actor.default-dispatcher-7","logger":"play.api.http.DefaultHttpErrorHandler","message":"...
Currently on play 2.6 with play-slick 3.0.1, I’ve been running into an issue during load testing where the app is consuming tons of db connections from the pool and not...
[Corresponding Slick PG Issue](https://github.com/tminglei/slick-pg/issues/484) ### Play Slick Version ```5.0.0``` ### Play Version ```2.8.2``` ### API ```Scala 2.13.2``` ### Operating System ```macOS 10.15.5``` ### JDK ```java version 11``` ### Library Dependencies...
Here is an example where Cyrillic "C" is used instead of Latin in `СREATE` keyword ```sql СREATE TABLE table1(col1 VARCHAR(64)) ``` No error is thrown which makes it difficult to...
When i try to refresh my application running on sbt, it seems like the connection pool is not releasing connections. Here is the error ``` [debug] com.zaxxer.hikari.pool.HikariPool - Cannot acquire...
Evolutions fail without error when using special characters like ö. It just keeps asking to run the evolution. I have included a reproduction script below. Now I've tried to change...
I had a tough time getting the computer database example to run. I've seen 2 issues about this one here https://github.com/playframework/play-slick/issues/427 and one here https://github.com/playframework/play-slick/issues/374 it would be nice (especially...
This line https://github.com/playframework/play-slick/blob/master/samples/basic/build.sbt#L3 seems to give error when running sample play app. Here's how you can reproduce the error: ```$ git clone [email protected]:playframework/play-slick.git $ cd basic $ sbt run [info]...