1. 15 Oct, 2015 1 commit
    • Alex Luneburg's avatar
      Update QueryBuilder get method to run getFresh method · 341f9dd0
      Alex Luneburg authored
      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.
      341f9dd0
  2. 24 Sep, 2015 3 commits
  3. 17 Sep, 2015 1 commit
  4. 15 Sep, 2015 4 commits
  5. 14 Sep, 2015 10 commits
  6. 30 Aug, 2015 1 commit
  7. 29 Aug, 2015 1 commit
  8. 28 Aug, 2015 3 commits
  9. 20 Aug, 2015 2 commits
  10. 28 Jul, 2015 1 commit
  11. 21 Jun, 2015 2 commits
  12. 25 May, 2015 3 commits
  13. 24 May, 2015 2 commits
  14. 09 May, 2015 1 commit
  15. 06 May, 2015 2 commits
  16. 04 May, 2015 1 commit
  17. 03 May, 2015 2 commits