Gabriel Raineri

Results 11 comments of Gabriel Raineri

@hit9, could you please help me out on this one?

Similar issue here as well. We are about to fork this repository and make use of the `sql.convertAssign` function.

Re-compiling `rediscala` with JDK 8 does the trick. I don't think we can assure that [Scala is 100% compatible with JDK 11](https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html#jdk-11-compatibility-notes).

Yes, that's correct.

Please check this file: `redis/util/CRC16`. I am not sure why you have certain files with version 52.0 and others with 55.0.

@vamsiampolu, I haven't re-published it to any public repository. Sure. What do you need? You can try running `sbt publishLocal` and that should generate all the artifacts locally.

As a workaround, we are recovering from this error and running: ``` SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE pid pg_backend_pid(); ``` Finally, we run `pgtestdb.Custom` again and everything works.

Hi Peter! Thanks for your response. We are using `golangmigrator`. We are not able to reproduce this behavior in all of our repos. In particular, we were able to reproduce...