1. 28 Aug, 2014 1 commit
    • fixed boolean handling for PostgreSQL · 78b5c7db
      Carsten Brandt authored
      - do not allow boolean values for integer columns
      - use native boolean type with boolean values
      - removed workaround that turned out to be wrong when schema and values
        are used correctly. Workaround resulted from wrong usage of boolean
        values before.
      
      fixes #4672
  2. 13 Aug, 2014 1 commit
  3. 12 Aug, 2014 1 commit
  4. 11 Aug, 2014 1 commit
  5. 25 Jun, 2014 3 commits
  6. 01 Jun, 2014 1 commit
  7. 30 Mar, 2014 3 commits
  8. 27 Feb, 2014 1 commit
  9. 19 Jan, 2014 1 commit
  10. 24 Nov, 2013 1 commit
  11. 29 Oct, 2013 2 commits
  12. 23 Aug, 2013 1 commit
  13. 16 Aug, 2013 1 commit
  14. 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
  15. 01 Jun, 2013 1 commit
  16. 31 May, 2013 1 commit
  17. 30 May, 2013 1 commit
  18. 28 May, 2013 1 commit
  19. 03 Sep, 2011 2 commits
    • w · 5f2f5743
      Qiang Xue authored
    • w · f082c0eb
      Qiang Xue authored