stevenlmcgraw
Results
2
issues of
stevenlmcgraw
Issue [#3619](https://github.com/micronaut-projects/micronaut-data/issues/3619): Only convert `new NullValue()` when target is `kotlinx.coroutines.flow.Flow` in `DataIntroductionAdvice::interceptCompletionStage` to resolve issue with returning non-null string of `NullValue[]`
### Expected Behavior # APP SETUP A Kotlin application uses `micronaut-data-r2dbc` with a Postgresql database. The application uses Netty/Reactor and Kotlin coroutines (`suspend` functions). An entity is defined using `@MappedEntity`/`@MappedProperty`/etcetera...