Skip to content

Intent: report filter passes bare to-one relation names untranslated into the WHERE #6316

Description

@delchev

A report filter rewrites FIELD names to their qualified physical columns, but a bare to-one RELATION name (Status != 8) passed through verbatim - the generated query carried a nonexistent column and failed at SQL time, with every generation step green. Bare to-one relation names must rewrite to the FK column (Invoice."INVOICE_STATUS" != 8), leaving the dotted-ref pass's join-alias tokens intact.

Retrospective issue for traceability.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions