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
mvorisek
changed the title
Array persistence traversal is not consistent SQL traversal
Array persistence traversal is not consistent vs. SQL traversal
Jun 24, 2022
let's have 2 models A and B and no condition is specific on any model
A has many B
when B record has an foreign key not available in A, SQL persistence excludes these records when traversing from A, but Array persistence does not
HasOneSql also introduce extra traversal condition
The text was updated successfully, but these errors were encountered: