-
Notifications
You must be signed in to change notification settings - Fork 163
Conversation
cd61bd6
to
3461b58
Compare
Since we're reverting using computed columns for disambiguation. I made two possible alternatives:
The first version is more straightforward but it's not that accurate since only the foreign key can be used for both those cases (m2o and o2m), which is simpler. The second one is more accurate in explaining when it's needed, but not so straightforward as the previous one. |
Since we're explaining FK joins as a database concern, the term "resources" doesn't seem fit. I've removed that part and restored the previous examples plus used the |
3de3b5b
to
e3a130f
Compare
Looks good. Will merge now despite having a broken link on https://github.com/PostgREST/postgrest/releases/tag/v11.2.0. It will be fixed once the core repo has a release. Doing PostgREST/postgrest#2814 will prevent getting that error later. |
e3a130f
to
3a61111
Compare
Closes #644.