gofabian / spring-boot-data-r2dbc-jooq

Reactive JOOQ - an R2DBC adapter for Spring Boot
MIT License
39 stars 11 forks source link

Check "batch" logic for records #29

Open gofabian opened 3 years ago

gofabian commented 3 years ago

This is copy/paste code from JOOQ project. We should check whether it is still relevant for us.

https://github.com/gofabian/spring-boot-data-r2dbc-jooq/blob/45c0162035e641b4b07fe413ff87d1148819a15d/src/main/java/gofabian/r2dbc/jooq/ReactiveRecordExecutor.java#L154