Skip to content

Ability to specify columsn returned form join #168

@jdalrymple

Description

@jdalrymple

Something similar to this:

{
   type: 'select',
      table: 'mytable',
      joins: [
        {
          target: 'mysecondtable',
          type: 'inner',
          on: { id: '$mytable.id$' },
          columns: '*'
        },
      ],
 }

Which would result in

select "mytable".*, mysecondtable.* from "mytable" inner join "mysecondtable" on "mysecondtable"."id" = "id"."attribute_id"

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