stengvac
stengvac
> Type parameter '...Data' is not within its bound; should implement 'com.apollographql.apollo3.api.Operation.Data' This probably is not Apollo problem. I have tried some combinations. Kotlin generated classes work fine in Java...
Reported bug to Idea: https://youtrack.jetbrains.com/issue/IDEA-296915
Hello, We are using it as client between BE services. Some of them are written in Java and https://youtrack.jetbrains.com/issue/IDEA-296915 make it hard to use generated Kotlin client. Once this issue...
Hey, as we never got any response on topic: how Exposed will behave in future regarding DB specific dialects (either won`t support them -> use only comm SQL or will...
Yo, It works as expected for non suspending functions Just named args has to be used. Seems readme need improvement. ``` class TestedClass { fun methodWithLambda(vararg names: String, action: ()...
Hi, Maybe you can use some pieces from https://github.com/JetBrains/Exposed/pull/1456/files I did try to support returning for postgres in there.
In case of need only returning * on update there is shorter impl. ``` class UpdateReturningStatement( table: Table, where: Op? = null, ) : UpdateStatement(table, null, where) { var resultRows:...
Did you tried to remove `internal` on MyClasses?
Or maybe it could be considered feature.