1. 14 Jan, 2015 1 commit
  2. 23 Dec, 2014 2 commits
  3. 24 Oct, 2014 1 commit
  4. 05 Oct, 2014 1 commit
  5. 24 Sep, 2014 2 commits
  6. 12 Sep, 2014 1 commit
  7. 28 Jun, 2014 3 commits
  8. 25 Jun, 2014 1 commit
  9. 23 Apr, 2014 1 commit
  10. 17 Apr, 2014 1 commit
  11. 16 Apr, 2014 1 commit
  12. 08 Apr, 2014 1 commit
  13. 03 Apr, 2014 1 commit
  14. 02 Apr, 2014 2 commits
  15. 31 Mar, 2014 1 commit
  16. 30 Mar, 2014 1 commit
  17. 29 Mar, 2014 1 commit
  18. 27 Mar, 2014 2 commits
  19. 23 Mar, 2014 1 commit
  20. 22 Mar, 2014 1 commit
  21. 16 Mar, 2014 1 commit
  22. 03 Mar, 2014 1 commit
  23. 28 Feb, 2014 2 commits
  24. 25 Feb, 2014 1 commit
  25. 19 Feb, 2014 1 commit
  26. 15 Feb, 2014 1 commit
  27. 14 Feb, 2014 2 commits
  28. 12 Feb, 2014 1 commit
  29. 06 Feb, 2014 1 commit
  30. 23 Jan, 2014 3 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