-
-
Notifications
You must be signed in to change notification settings - Fork 51
Feature/703 - Adds ability to use nested relationships in existence relationships (has, where_has, doesnt_have, etc) #744
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed
what relationship is this? a has many? |
nvm I see the issue I will fix soon |
This will be fixed in 2.17.2 |
Still get the same error while updated to v. 2.17.2.
|
Can you give me a better stack trace of the error? I cannot reproduce. Please double check you are updated to the latest |
Sure, I'd updated again but still get the same error.
Database I'm using:
Here's more detailed stack trace below:
|
This is the error that is confusing me because it clearly is not missing in the latest release. https://github.com/MasoniteFramework/orm/blob/2.0/src/masoniteorm/relationships/BaseRelationship.py#L83 |
that's not the latest code |
Sorry, I've seen the wrong project... |
I'll clear the project to test again. |
Try to uninstall masonite-orm and reinstall |
Turns out the weird error happened before was because my poetry virtual environment... Here's the error message:
|
Ok I will take a look at this |
I created a new issue I will work on it when I have time |
Closes #703