Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for unique where clauses for each relation passed to union_relations #897

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 23, 2024

  1. support for unique where clauses for each relation passed to union_re…

    …lations
    
    currently when a where clause is passed to union_relations, it is used for every relation that was passed. In some situations, this approach is not ideal. The proposed code change here maintains current functionality of passing strings to the where param but also allows for lists to be passed just like how the relations are passed to the relations parameter. Support for specific where clauses for each relation allows for more flexibility in the way the macro can be deployed
    thisismath committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6da308b View commit details
    Browse the repository at this point in the history