1. 26 May, 2014 1 commit
  2. 14 May, 2014 2 commits
  3. 16 Mar, 2014 1 commit
  4. 08 Mar, 2014 1 commit
  5. 23 Oct, 2013 1 commit
  6. 18 Oct, 2013 1 commit
  7. 14 Sep, 2013 1 commit
  8. 06 Sep, 2013 1 commit
    • better use int for boolean representation · 791f9d3f
      Carsten Brandt authored
      bit has special syntax for storing and retreiving so we'd need a
      converter for that.
      Storing 1 bit will result in one byte left padded on the disc so the
      result of a query for boolean 0 will be 0x00 and for boolean 1 will be
      0x80.
  9. 05 Sep, 2013 1 commit
  10. 29 Aug, 2013 1 commit
  11. 12 Aug, 2013 1 commit
  12. 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
  13. 02 Jun, 2013 3 commits