-
Notifications
You must be signed in to change notification settings - Fork 131
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
Scan used instead of query #149
Comments
Good catch. Thanks for reporting. This should be a quick fix |
hm... what version are you on? I'm not getting the same result: a244362 - the test passed for me. |
I dig into the code a little bit and I found out that array_first laravel helper function was being used in Analyzer.php Currently I have fixed this in my project by overriding laravel's helper method |
Ugh, this is the third time with laravel's helpers. I'll update that so it can be compatible with Laravel 5.2. Thanks for digging in the code! |
This should be fixed now. Could you take a look? Thanks! |
Yes it works fine now. Thank you. |
I'm not planning to abandon support for Laravel 5.2 anytime soon. It's just that I'm actively developing in the latest(?) Laravel version so I didn't catch this bug. I'm going to have a task to migrate all the Laravel helpers I've used to the new class. PRs are welcome! |
Describe the bug
Eloquent queries are using 'scan' whenever I use where function.
Schema
My Query
Debug info
And this is what is returned when I dump the DynamoDbQuery.
The text was updated successfully, but these errors were encountered: