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

verify operations can be performed between collections #51

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

rkoschmitzky
Copy link
Contributor

@rkoschmitzky rkoschmitzky commented Jul 4, 2023

The following methods need to consider a check:

  • __setattr__ (also used by apply)
  • union
  • difference
  • symmetric_difference
  • intersection

@rkoschmitzky rkoschmitzky requested a review from salvaom July 4, 2023 11:50
@rkoschmitzky rkoschmitzky merged commit 6898932 into main Jul 6, 2023
@rkoschmitzky rkoschmitzky deleted the fix/i50-prevent-operations branch July 6, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

prevent certain operations on collections when using different sessions and/or schemas
1 participant