-
Notifications
You must be signed in to change notification settings - Fork 18
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
auto join 1:1 relations #249
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #249 +/- ##
==========================================
- Coverage 19.12% 19.06% -0.06%
==========================================
Files 42 42
Lines 3708 3724 +16
Branches 610 560 -50
==========================================
+ Hits 709 710 +1
- Misses 2947 2960 +13
- Partials 52 54 +2
|
@Guts Do you think we could get this feature merged? |
I'd suggest a tiny change to the option label: "Automatically join 1:1 relation tables" or something similar to make it more clear what this option does. There is enough space. |
Thanks for the suggestions. Now its much clearer |
This PR implements the Auto Join of 1:1 relations as described in Issue #248