David

Results 6 issues of David

To be able to use it with projects using swift 4.2 (required by XCode 10.2)

### Feature description As discussed in #2694 an entity returned by `saveReturning()` are created based on the result of executed `insert` query only. Already present relationships of the entity will...

### Expected Behavior Having an entity with properties annotated with `@field:GeneratedValue` should bind database generated values when using `save()` of a `JdbcRepository` (Dialect: POSTGRES). ### Actual Behaviour Having the following...

### Expected Behavior Application code compiles successfully. ### Actual Behaviour When using Micronaut 4.3.2 in combination with micronaut-openapi the application will not compile because gradle task `kspKotlin` never finishes. ###...

lang: kotlin
status: awaiting feedback

### Expected Behavior It should be possible to bind JSON to a Kotlin data class with default value(s) in the constructor without providing values (in the JSON) for the already...

### Expected Behavior Running `./gradlew nativeTest` will compile and execute the tests as native code. ### Actual Behaviour When running `./gradlew nativeTest`, the gradle task `nativeTestCompile` fails during `[2/8] Performing...

relates-to: graal