Skip to content

Conversation

@Zerogiven
Copy link

@Zerogiven Zerogiven commented Mar 21, 2023

This pull request would give us more flexibility with JoinTables.

After it the following values are allowed:

JoinTables: ['SiteTree_Live']
JoinTables: ['SiteTree_Live.ID']
JoinTables:
  - "SiteTree_Live.ID": "Page.ID"
# Most advanced config. Set join table and on tables optional with columns
JoinTables:
  - "SiteTree_Live":
    - "SiteTree_Live.ID": "Page.ID"

All of them will produce the same output

LEFT JOIN SiteTree_Live ON SiteTree_Live.ID = Page.ID

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant