1. 23 Oct, 2013 1 commit
  2. 18 Oct, 2013 1 commit
  3. 14 Sep, 2013 1 commit
  4. 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.
  5. 05 Sep, 2013 1 commit
  6. 29 Aug, 2013 1 commit
  7. 12 Aug, 2013 1 commit
  8. 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
  9. 02 Jun, 2013 3 commits