slick-pg
slick-pg copied to clipboard
Slick extensions for PostgreSQL
I want to use slick-pg with the great https://github.com/gitbucket/blocking-slick It provides its own api and is used like this: import com.github.takezoe.slick.blocking.BlockingPostgresDriver.blockingApi._ I am strugling to combine the slick-pg with blocking-slick....
Hi, [in this README table](https://github.com/tminglei/slick-pg/tree/master/core/src/main/scala/com/github/tminglei/slickpg/date), it shows this: Slick Oper/Function | PG Oper/Function | Description | Example | Result -- | -- | -- | -- | -- age |...
- Version : 0.20.2 - Issue Description: When i was using Slick's `SourceCodeGenerator` for `Postgres`. I found two issues. 1. When the db field type is `timestamp`, i've opened Joda...
I have faced a problem in that I can only update the JSON column in my object and can't update other columns. Let say I have this table definition: ```scala...
Noticed after implementing https://github.com/tminglei/slick-pg/pull/516.
The aggregation functions in pg-slick are unfortunately not compatible with `groupBy` statements from Slick >3.0. In our code-base I've added a work-around, that might need to be introduced in pg-slick...
Since GitHub actions are free for open source, maybe it would make sense to migrate from Travis CI? Contributors would then have a more integrated experience. Also, it would be...
The following code results JsonParseException: Unrecognized character escape 'w' ``` val s = """{"{\"title\": \"hello\\nworld\"}"}""" utils.SimpleArrayUtils.fromString[JsValue](Json.parse)(s).orNull ```
I am trying to use slick-pg in a Scala 3 environment. The example code does work on 2.13.5 but does not on 3.0.0-RC2. ``` [error] -- Error: ****\CPGDriver.scala:64:9 [error] 64...