-
Notifications
You must be signed in to change notification settings - Fork 225
Add testExistsRelationshipWhereClauseParsing() unit test. #15
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
Comments
Hi! implementing this test, I realized that does not exists an implementation for caching a query for Relationship Absence. It would be when we try to do something like:
I tried to execute it, and it returns an error when trying to create a cache key: ErrorException: Undefined index: column /home/vagrant/Code/laravel-model-caching/src/CachedBuilder.php:106 Can I open an issue for this? |
@brunosantos thanks for reporting, yes, please create an issue! :) |
Code is already in place, all you need to do is add the test. :)
The text was updated successfully, but these errors were encountered: