-
Notifications
You must be signed in to change notification settings - Fork 376
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
Creating model with autoFetched association hasMany #242
Comments
The error happens when you call |
I have meet this issue, too :-( after remove autoFetch option, the error is gone. btw, there are two issue related with this:
instead of this SQL is executed:
but just:
is that right behavior? |
Yes the error happens when I call
The error appears when |
i can confirm this... this bug seems to come out of nowhere as it was working earlier... |
Please try this latest commit. |
This last version works fine. I've tried it with my test and in my application and it's working. Thanks a lot. |
Hi, I write this little test to explain my issue:
When I execute this code, I have the error:
But when I remove the autoFetch option, it working correctly. Can you help me, please.
The text was updated successfully, but these errors were encountered: