-
Notifications
You must be signed in to change notification settings - Fork 132
Nested aggregations that used to work with 1.3.6 no longer work with 1.4.0 #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Drive-by comment: try adding a constructor to |
Spring Data R2DBC generally does not support nested objects when trying to materialize these from a |
I wondered also why it wasn't documented properly, however it was a very nice feature to have. |
I will try, however if it is not supposed to be supported, I wouldn't go this way at all. |
As @mp911de mentioned. This was not intended to have worked in the first place since R2DBC does not support JOIN right now. |
After upgrading spring-data-r2dbc from 1.3.6 to 1.4.0 (spring boot upgrade from 2.5.6 to 3.6.1), the queries with nested aggregate objects no longer work.
example:
before upgrade produced this result:
and after upgrade throws this exception:
The text was updated successfully, but these errors were encountered: