-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Is postgres json_agg supported ? #3150
Comments
Basically, to debug this, you need to capture the outputs to see what the final query is that was actually sent over to Postgres. It's possible that some bits of it were lost by If |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Hello,
With Java 17 and Spring Boot 3 project
I'm trying to get data into an object
CompleteUserTeam
for this request (and if I change it to String I can see the result inside)There is no error in logs but the output is cut with half ok half error 500
Any idea ?
The text was updated successfully, but these errors were encountered: