Skip to content
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

MULTISET on PostgreSQL runs into trouble with more than 50 attributes #1979

Open
beikov opened this issue Dec 24, 2024 · 0 comments
Open

MULTISET on PostgreSQL runs into trouble with more than 50 attributes #1979

beikov opened this issue Dec 24, 2024 · 0 comments
Assignees
Labels
component: core kind: bug worth: high Implementing this has a high worth

Comments

@beikov
Copy link
Member

beikov commented Dec 24, 2024

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: -

@beikov beikov added kind: bug component: core worth: high Implementing this has a high worth labels Dec 24, 2024
@beikov beikov self-assigned this Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: core kind: bug worth: high Implementing this has a high worth
Projects
None yet
Development

No branches or pull requests

1 participant