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
When multiset fetching something with more than 50 attributes/selections, a PostgreSQL error occurs because one can't pass more than 100 arguments to functions. The SO post mentions a workaround, which is to split the function with a concatenation operator.
Description
When multiset fetching something with more than 50 attributes/selections, a PostgreSQL error occurs because one can't pass more than 100 arguments to functions. The SO post mentions a workaround, which is to split the function with a concatenation operator.
Environment
Version: 1.6.14
JPA-Provider: -
DBMS: -
Application Server: -
The text was updated successfully, but these errors were encountered: