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

is latest column might not be used in recursive queries #53

Open
CptSchnitz opened this issue Oct 17, 2024 · 0 comments
Open

is latest column might not be used in recursive queries #53

CptSchnitz opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CptSchnitz
Copy link
Collaborator

When looking at the recursive functions it looks like there are still parts like this:

CASE
          WHEN "config_refs"."ref_version" IS NULL THEN TRUE
          ELSE FALSE
        END AS "isLatest"

We should check if its required or can be removed

@CptSchnitz CptSchnitz added the bug Something isn't working label Oct 17, 2024
@CptSchnitz CptSchnitz changed the title is latest might not be used in recursive queries is latest column might not be used in recursive queries Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant