Releases: gofabian/spring-boot-data-r2dbc-jooq
Releases · gofabian/spring-boot-data-r2dbc-jooq
Spring Boot GA + JSON support
Reactive JOOQ records
Changes:
[#2] Add support for UpdatableRecord.insert/update/delete
[#7] Make fetch() return table records if possible
[#4] Add support for UpdatableRecord.store
[#8] Update generated keys in TableRecord after ReactiveJooq.insert()
[#5] Add support for UpdatableRecord.refresh
[#17] Add executeReturning() and executeReturningOne() for insert/update
[#9] Make unit tests runnable with all database types
[#19] Fix MySQL support
[#21] Separate record logic and query logic