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

feat: Subset stage 5: Virtual foreign keys #185

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

wwoytenko
Copy link
Contributor

@wwoytenko wwoytenko commented Aug 29, 2024

  • Introduced virtual_references that can be used to define logical foreign keys using column names or SQL expression
  • Refactored subset system and removed artifacts
  • Added subset query debugging in log-level=debug
  • Implemented virtual reference validation

Closes #156

* Introduced virtual_references that can be used to define logical foreign keys using column names or SQL expression
* Refactored subset system and removed artifacts
* Added subset query debugging in log-level=debug
* Implemented virtual keys validation

Closes #156
@wwoytenko wwoytenko added this to the v0.2b2 milestone Aug 29, 2024
@wwoytenko wwoytenko self-assigned this Aug 29, 2024
@wwoytenko wwoytenko merged commit 93731bf into main Aug 29, 2024
13 checks passed
@wwoytenko wwoytenko deleted the feat/database_subset_with_circ_deps_pt5 branch August 30, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Subset stage 5: Virtual foreign keys
1 participant