An extension of spring-data-r2dbc to provide features such as relationships, joins, cascading save/delete, lazy loading, sequence, schema generation, composite id
Apache License 2.0
48
stars
12
forks
source link
SelectExecution#executeWithoutPreSelect does not pass the reactive context to the fromDb variable, which is why transactions do not work. #28
To reproduce, just create a table with 1 record. And run the following code: Transaction method:
SelectExecution sources: