Skip to content

Nice warning or error if a column is used in an extractor but the table is not included in the from() clause #42

@nico78

Description

@nico78

Currently if a column is included in the where or select clause but the associated table is not included in the from() then sql is still produced referencing the column as if it had been included. Which can produce very cryptic error messages that are hard to track down the source of.

This is particularly likely if an extractor written for one query is reused for another similar query but with some tables omitted , say.

It would be good to have an error or warning that highlights if a column is being used without the associated table

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions