Toshiyuki Takahashi
Toshiyuki Takahashi
The pull request I sent to sbt/zinc has been merged. Hopefully, the next release will fix the problem.
Yes, I am interested in this proposal. I don't think that this proposal can be a solution to our problem with sourcePositionMappers. However, it will be a help to make...
I had a chance to talk with @eed3si9n today. He was wondering if this issue should be resolved on the sbt side. I was also thinking about the possibility. I...
I'm using QueryDSL and now in trouble with this problem. > It's reasonable to enable to automatically enclose columns with backquotes. @seratch Do you have any plan to do this?
flyway-play does not currently support flyway.conf. (but this issue made me want to support it) https://github.com/flyway/flyway/blob/3c6685e663492064fe85ada629c6368f22de3b24/flyway-core/src/main/java/org/flywaydb/core/internal/database/postgresql/PostgreSQLConfigurationExtension.java#L39 From this code, it seems that the environment variable `FLYWAY_POSTGRESQL_TRANSACTIONAL_LOCK` can be used instead....
If you can get the following information, please let me know. - Stack trace of the error - The version of Play Framework you are using - The version of...
I've tried a combination of Play 2.8.7 and flyway-play 7.2.0. It seems to be working. I have uploaded the code to this repository. https://github.com/tototoshi/flyway-play-issue-119 Is there anything different in the...
@azzzy Thank you for the clue. Now I can reproduce the error as well. https://github.com/tototoshi/flyway-play-issue-119/commit/f5da44536b2770e74a1df1e514593795e3b6dce7 If it is caused by using a custom error handler, I think changing the settings...
I think your attempt is good enough. I will consider making it configurable in application.conf if more requests are received from others.
No, flyway-play is independent on database API of Play.