1. 25 Jun, 2014 2 commits
  2. 09 Jun, 2014 1 commit
    • Fix PostgreSQL enumValues · 458c4a66
      makroxyz authored
      $column->enumValues is set to array[0 =>''] even if $info['enum_values'] is null.
      Gii generates always dropDownList in forms.
  3. 26 May, 2014 1 commit
  4. 25 May, 2014 1 commit
  5. 23 May, 2014 2 commits
  6. 23 Apr, 2014 1 commit
  7. 10 Apr, 2014 1 commit
  8. 23 Mar, 2014 1 commit
  9. 20 Mar, 2014 1 commit
  10. 16 Mar, 2014 1 commit
  11. 21 Jan, 2014 1 commit
  12. 16 Jan, 2014 1 commit
  13. 11 Jan, 2014 1 commit
  14. 29 Dec, 2013 1 commit
  15. 27 Dec, 2013 1 commit
  16. 25 Dec, 2013 2 commits
  17. 24 Dec, 2013 1 commit
  18. 05 Dec, 2013 1 commit
  19. 27 Nov, 2013 3 commits
  20. 19 Nov, 2013 3 commits
  21. 03 Nov, 2013 3 commits
  22. 01 Nov, 2013 3 commits
  23. 28 Oct, 2013 1 commit
  24. 18 Oct, 2013 1 commit
  25. 15 Sep, 2013 1 commit
  26. 10 Sep, 2013 1 commit
  27. 08 Sep, 2013 1 commit
  28. 11 Jun, 2013 1 commit
  29. 09 Jun, 2013 1 commit
    • - Added drop/add primary key methods to Command.php · f667b578
      gevik authored
      - Added drop/add primary key methods to QueryBuilder.php
      - Added mysql specific dropPrimarykey method
      - Added sqlite specific dropPrimarykey and addPrimaryKey methods
      - Added uint testing for dropPrimarykey and addPrimaryKey methods
      - Corrected postgresql column types, by adding length and precision