-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG] Problem with join between entities stored in different containers #118
Comments
In the meantime, I replaced the relationship [0..1] to [0..1] defined between User and UserAddress by a [1] to [1] relation. This problem is not blocking for me since I can slightly change the schema with 1 to 1 relation ;-) |
Excellent, I'll leave the issue open, but now we can narrow it down easier. Thanks. |
I did some digging, and cannot really reproduce. This is the log and compiled result (with the above TyphonML model), which looks ok:
|
Btw, just noticed you use |
Hi guys,
By testing random QL queries, I'm facing with strange errors:
I would like to execute a join between two entities stored in different containers (one in MariaDB and the other one in MongoDB) but it returns an error...
This is my (reduced) schema:
This is my query:
And this is the returned error:
Did I miss something? Thanks in advance
The text was updated successfully, but these errors were encountered: