Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
This repository was archived by the owner on Jul 20, 2020. It is now read-only.

Implement reference to current table in sub-queries #16

@froddd

Description

@froddd

Currently, subqueries allows referencing of the parent query table as ${parent}.fieldname.

In some cases (eg. when the column name might be deemed ambiguous), it would be useful to be able to reference the current subquery table as well.

The proposed way would be to follow the syntax for referencing the parent and use ${self}.fieldname.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions