You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's more efficient to return multiple things in one database roundtrip, and stored procs support out params for this purpose. Spring Data returns them as a Map<String, Object> return value, but Micronaut Data doesn't currently allow this.
The text was updated successfully, but these errors were encountered:
Feature description
Sometimes it's more efficient to return multiple things in one database roundtrip, and stored procs support out params for this purpose. Spring Data returns them as a
Map<String, Object>
return value, but Micronaut Data doesn't currently allow this.The text was updated successfully, but these errors were encountered: