1. 24 Oct, 2014 1 commit
  2. 05 Oct, 2014 1 commit
  3. 24 Sep, 2014 2 commits
  4. 12 Sep, 2014 1 commit
  5. 28 Jun, 2014 3 commits
  6. 25 Jun, 2014 1 commit
  7. 23 Apr, 2014 1 commit
  8. 17 Apr, 2014 1 commit
  9. 16 Apr, 2014 1 commit
  10. 08 Apr, 2014 1 commit
  11. 03 Apr, 2014 1 commit
  12. 02 Apr, 2014 2 commits
  13. 31 Mar, 2014 1 commit
  14. 30 Mar, 2014 1 commit
  15. 29 Mar, 2014 1 commit
  16. 27 Mar, 2014 2 commits
  17. 23 Mar, 2014 1 commit
  18. 22 Mar, 2014 1 commit
  19. 16 Mar, 2014 1 commit
  20. 03 Mar, 2014 1 commit
  21. 28 Feb, 2014 2 commits
  22. 25 Feb, 2014 1 commit
  23. 19 Feb, 2014 1 commit
  24. 15 Feb, 2014 1 commit
  25. 14 Feb, 2014 2 commits
  26. 12 Feb, 2014 1 commit
  27. 06 Feb, 2014 1 commit
  28. 23 Jan, 2014 4 commits
    • Update Query.php · c9c59bdc
      Ivan Pomortsev authored
      Using short array syntax.
    • 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 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>.
  29. 11 Jan, 2014 2 commits