Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Allow identical joins only once #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jud
Copy link
Collaborator

@Jud Jud commented Mar 24, 2015

We have multiple loosely coupled methods that pass around unexecuted Collection objects and join/filter as they need. It's possible to get into a situation where multiple methods need to join a table, but can't be certain whether it has or has not been joined.

This only allows distinct join statements -- which makes it easier to have more loosely coupled methods that pass around Collections.

@bjornpost
Copy link
Collaborator

LGTM 👍

@bjornpost bjornpost added this to the 1.4.0 milestone Apr 19, 2015
@Jud Jud force-pushed the pheasant-ignore-multiple-join-attempts branch from 98f9a7b to a1f9515 Compare April 25, 2015 22:31
@bjornpost
Copy link
Collaborator

Can you rebase this?

@bjornpost
Copy link
Collaborator

@Jud can you rebase this to master?

@bjornpost bjornpost modified the milestones: 1.4.0, 2.0.0 May 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants