Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
When fetching a collection annotated with @Relation, the following code in the attachment gets generated to fetch the relation.
The problem here is that the original SparseArray is never updated, only the 'copy' is updated and it's references get lost after the recursion completes.
In the end I have a null reference on my relation every time the relation includes more the MAX_BIND_PARAMETER_CNT (999) elements.