1. 02 Jun, 2017 3 commits
  2. 01 Jun, 2017 1 commit
  3. 18 Mar, 2017 2 commits
  4. 07 Mar, 2017 1 commit
    • thingNumber1's avatar
      Adding ORDER BY REGEXP possibilites · dd37055b
      thingNumber1 authored
      Example of use:
      $MySqliDb->orderBy('name', 'desc', '^[a-zA-Z0-9]')->orderBy('name', 'desc');
      // Is going to order by name but placing those name starting with special charaters at the end
      dd37055b
  5. 02 Mar, 2017 1 commit
  6. 01 Mar, 2017 5 commits
  7. 24 Feb, 2017 2 commits
  8. 23 Feb, 2017 1 commit
  9. 01 Feb, 2017 2 commits
  10. 20 Dec, 2016 3 commits
  11. 18 Nov, 2016 5 commits
  12. 02 Oct, 2016 1 commit
  13. 29 Sep, 2016 1 commit
  14. 29 Aug, 2016 1 commit
  15. 09 Aug, 2016 1 commit
  16. 22 Jul, 2016 2 commits
    • Alexander Butenko's avatar
      Merge pull request #504 from ricwein/master · bd4fb1b7
      Alexander Butenko authored
      insertMulti implementation by using transactions
      bd4fb1b7
    • Richard Weinhold's avatar
      implements new MysqliDb::insertMulti() Method · f7859ca3
      Richard Weinhold authored
      - MysqliDb::insertMulti() requires at least a table-name and
      two-dimensional array containing the data-sets
      - the third parameter $dataKeys can contain an array, setting|overriding
      the table column names in the data-sets
      - removes some unnecessary linebreaks and comments
      - fixes typo
      - adds insertMulti() to Readme
      - adds MysqliDB::insertMulti() insertion tests
      - removes whitespace changes
      f7859ca3
  17. 13 Jul, 2016 4 commits
  18. 08 Jul, 2016 4 commits