-
Notifications
You must be signed in to change notification settings - Fork 0
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
Query on old contextids #277
Conversation
SELECT json_agg(obj->>'contextId') | ||
FROM jsonb_array_elements(contexts) AS obj |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vet ikke om jeg forstår koden helt ennå så ikke skyt meg om dette er dumt 😄
Dette betyr at vi henter contextids
fra en annen kolonne på samme rad sant?
Hvorfor kan vi ikke bare bruke node.getContexts().map(ctx -> ctx.getId())
eller laget en helper på node for å gjøre det? Vil vel ikke koste stort mer ytelse og da slipper vi å holde dataen i sync?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heile poenget er at vi må ha en liste med kontekstider som ikkje lenger er i lista med kontekster. For at vi skal kunne hente noder basert på gamle kontekster, som den nye testmetoden viser.
Legger til liste med alle gamle contextids for en node.