Replies: 1 comment
-
Hey, can you set a break point into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, guys! I have come across this problem whenever i use multiselect in entity views i end up with false values always even for columns that i actually know hold true values.
I have sample entities below
And here is my entity view to get all comments in a post using multiselect
But this returns all comments with active false even for the ones it is true. The active column in PostView is not affected by this.
This also does not happen when i use FetchStrategy.JOIN.
I tried to investigate the query generated and i am still wondering if this is caused by casting to char as opposed to casting to int ( not sure how the results are transformed when using a multiset)
Does anyone have an idea why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions