1. 12 Aug, 2014 1 commit
  2. 01 Aug, 2014 3 commits
  3. 31 Jul, 2014 1 commit
  4. 29 Jul, 2014 1 commit
  5. 25 Jul, 2014 1 commit
  6. 25 Jun, 2014 2 commits
  7. 09 Jun, 2014 1 commit
  8. 17 May, 2014 1 commit
  9. 14 May, 2014 4 commits
  10. 29 Apr, 2014 1 commit
  11. 23 Apr, 2014 1 commit
  12. 16 Apr, 2014 1 commit
  13. 10 Apr, 2014 1 commit
  14. 30 Mar, 2014 1 commit
  15. 27 Mar, 2014 1 commit
  16. 26 Mar, 2014 2 commits
  17. 23 Mar, 2014 1 commit
  18. 22 Mar, 2014 1 commit
  19. 16 Mar, 2014 1 commit
  20. 15 Mar, 2014 1 commit
  21. 04 Mar, 2014 1 commit
  22. 25 Feb, 2014 1 commit
  23. 24 Feb, 2014 1 commit
  24. 23 Feb, 2014 1 commit
  25. 12 Feb, 2014 1 commit
  26. 06 Feb, 2014 1 commit
  27. 30 Jan, 2014 1 commit
  28. 28 Jan, 2014 1 commit
  29. 27 Jan, 2014 1 commit
  30. 23 Jan, 2014 4 commits
    • Update QueryBuilder.php · a9286b89
      Ivan Pomortsev authored
      Change <code>array_reduce</code> with anonimous function variant to easy string collection from pieces of unions.
    • Update QueryBuilder.php · 7da3449d
      Ivan Pomortsev authored
      Change buildUnion method to be ready to accept parameters in <code>['all' => $all, 'query' => $query]</code> format for division to "UNION" and "UNION ALL" constructions.
    • Update QueryBuilder.php · 5d3fd930
      Ivan Pomortsev authored
      Delete some spaces from result string.
    • Update QueryBuilder.php · 1ea895e2
      Ivan Pomortsev authored
      Fixed some errors – syntax with ";" after closure function and also moved building of unions queries into this function.