Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array persistence traversal is not consistent vs. SQL traversal #997

Open
mvorisek opened this issue May 29, 2022 · 0 comments
Open

Array persistence traversal is not consistent vs. SQL traversal #997

mvorisek opened this issue May 29, 2022 · 0 comments

Comments

@mvorisek
Copy link
Member

mvorisek commented May 29, 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

@mvorisek mvorisek changed the title Array persistence traversal is not consistent SQL traversal Array persistence traversal is not consistent vs. SQL traversal Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant