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

ManyToMany nameSpace problem? #20

Open
alexsandrskopin opened this issue Jul 10, 2020 · 2 comments
Open

ManyToMany nameSpace problem? #20

alexsandrskopin opened this issue Jul 10, 2020 · 2 comments

Comments

@alexsandrskopin
Copy link

Имеем модель домена, связанную с продуктами и авторами ManyToMany с указанием промежуточной модели DomainRating (для рейтинга относительно каждого домена).
Снимок экрана 2020-07-10 в 11 20 17
(PS согласен, что поле следовало бы назвать productS, но сейчас не об этом)

Модели DomainRating для продукта и для автора называются одинаково но имеют разные модули ( Author, Catalog).
Снимок экрана 2020-07-10 в 11 28 06
Снимок экрана 2020-07-10 в 11 28 12

При попытке выбрать все домены которые имеют связь до выбранного продукта видим что LEFT JOIN до не верной модели. Как я понимаю не учитывается namespace
Снимок экрана 2020-07-10 в 11 29 42
Снимок экрана 2020-07-10 в 11 30 30

PS. Возможно я не прав, тогда прошу указать мою ошибку.

@tsukasa-mixer
Copy link

tsukasa-mixer commented Jul 13, 2020

uses прошу развернуть или офрмить как gist полноценный пример кода с ошибкой.
Пока есть предположение что uses подтянулся не тот.

@alexsandrskopin
Copy link
Author

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

No branches or pull requests

2 participants