data icon indicating copy to clipboard operation
data copied to clipboard

Array persistence traversal is not consistent vs. SQL traversal

Open mvorisek opened this issue 2 years ago • 0 comments

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

mvorisek avatar May 29 '22 18:05 mvorisek