1. 05 Feb, 2014 1 commit
  2. 03 Feb, 2014 2 commits
  3. 02 Feb, 2014 5 commits
  4. 01 Feb, 2014 3 commits
  5. 31 Jan, 2014 1 commit
  6. 30 Jan, 2014 1 commit
  7. 29 Jan, 2014 1 commit
  8. 28 Jan, 2014 2 commits
  9. 27 Jan, 2014 2 commits
  10. 25 Jan, 2014 1 commit
  11. 24 Jan, 2014 1 commit
  12. 23 Jan, 2014 10 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 Query.php · c9c59bdc
      Ivan Pomortsev authored
      Using short array syntax.
    • 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 Query.php · 5f3d601b
      Ivan Pomortsev authored
      Change passing parameters to array with two elements – 'all' which means if we use UNION or UNION ALL construction and 'query' which is our sql query that will be at right of construction.
    • Update Query.php · 8109708b
      Ivan Pomortsev authored
      Forget one ";" :D
    • Update QueryBuilder.php · 5d3fd930
      Ivan Pomortsev authored
      Delete some spaces from result string.
    • Update Query.php · 01c89ea3
      Ivan Pomortsev authored
      Change union method to accept also <code>$all</code> variable. TRUE means that we must results <code>UNION ALL</code> construction, FALSE – that <code>UNION</code>.
    • 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.
    • Update QueryBuilder.php · 12cbaf90
      Ivan Pomortsev authored
      Change using of implode to convert array of queries to union to array_reduce. Result of this changing is that code feel difference between two selects that connects with UNION and two selects that connects with UNION ALL.
  13. 21 Jan, 2014 2 commits
  14. 19 Jan, 2014 1 commit
  15. 18 Jan, 2014 3 commits
  16. 17 Jan, 2014 2 commits
  17. 16 Jan, 2014 2 commits