Skip to content

Conversation

@hoomanna
Copy link
Owner

No description provided.

jenssegers and others added 8 commits September 17, 2015 10:03
Following the latest update of the laravel framework (5.1.20), the BaseQuery builder that used to just run the getFresh method (overriden by the mongodb child builder) in the get function, now calls the runSelect method that relies on the mysql Grammar object being present that this builder does not need to run.

This update simply removes the parent get() call and directly calls it's own getFresh method, thus return the functionality to what it was before the laravel update.
Update QueryBuilder get method to run getFresh method
Fix #607 exists() bug and assure compatibility with Laravel 5.1.19
hoomanna pushed a commit that referenced this pull request Oct 23, 2015
marge with jenssegers/laravel-mongodb master
@hoomanna hoomanna merged commit 274e65d into hoomanna:master Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants