Stephen Cprek

Results 22 comments of Stephen Cprek

In addition to deprecation I'm seeing issues having `initializationFailTimeout` occur after `connectionTimeout`. No matter if I set `connectionTimeout` or not it only waits the `initializationFailTimeout` time. As documented here https://github.com/slick/slick/blob/fcac2240de1633fb3c26146209f91b22d7c1da6b/slick/src/main/scala/slick/jdbc/JdbcBackend.scala#L232...

No luck, same result. Also realized I didn't put in scala version slick_2.12:3.4.0-M1 slick-hikaricp_2.12:3.4.0-M1

Ah yeah I was testing it out by killing the DB. So sounds like working as designed

Not sure the implications of doing a regex match on `Null*` instead of just `Null` https://github.com/slick/slick/blob/main/slick/src/main/scala/slick/jdbc/JdbcModelBuilder.scala#L216

@alvarosanchez I think it may be? Definitely all in a similar problem set. @StephenOTT I got it to work with the following https://github.com/micronaut-projects/micronaut-openapi/issues/265#issuecomment-777007552

@cmaus-cs workaround does not work for me on latest enhanced sdk 2.17.204 with `kotlinVersion=1.5.31` I get complaints about missing setters even using `TableSchema.fromImmutableClass` ``` Caused by: java.lang.IllegalArgumentException: A method was...

@oharaandrew314 well that worked for me easy, thanks for doing this. Are you aware of additional issues besides what you created and if there's any plans in sdk to resolve...

Ok I think returning in general is not supported in insert or update. My main point is return on insert statements or at least the upsert query I used to...

I think this can be closed? It's happening in 2.4.7 at least ``` error: Unable to implement Repository method: TestRepository.updateByLocationId(long locationId). Update methods only support void or number based return...

This does almost everything except it doesn't support mono repos https://github.com/KengoTODA/gradle-semantic-release-plugin I was wondering if I should just use the base semantic release NPM to get the version and then...