hibernate - Postgres- target lists can have at most 1664 entries
Posted
by Vineyard
on Stack Overflow
See other posts from Stack Overflow
or by Vineyard
Published on 2010-03-10T15:12:39Z
Indexed on
2010/05/09
13:38 UTC
Read the original article
Hit count: 175
We are using hibernate, postgres 8.3x
Our entities are many to one mapped with eager fetching. We have multiple associations with Many to one mapping.
As we added new columns to any other existing entities, We are getting below error:
target lists can have at most 1664 entries
I searched internet and they say this is due to More number of select statements in sql query (generated by hibernate)
Can you any body please let us know if there is any configuration (in postgres) to update max number columns in configuration or any other solution to solve this issue.
Thank you in advance.
© Stack Overflow or respective owner