1. 21 Jul, 2017 1 commit
    • Ilya Goryachev's avatar
      Automatically reconnect to the MySQL server (#654) · 8e750e65
      Ilya Goryachev authored
      * Reconnect to the MySQL server while preparing/unprepared query if the connection was lost (errno 2006)
      
      * limit auto reconnecting attempts
      
      * update stmt while autoreconnecting
      
      * reset auto reconnect counter; some refactoring
      8e750e65
  2. 04 Jul, 2017 1 commit
    • Ilya Goryachev's avatar
      Multiple connections (#644) · 4dff067a
      Ilya Goryachev authored
      * muliple mysqli connections
      
      * addConnection at constructor
      
      * increase vars
      
      * remove unused connection credentials; tableExists and getSubQuery use selected connection
      4dff067a
  3. 20 Jun, 2017 1 commit
  4. 06 Jun, 2017 2 commits
  5. 02 Jun, 2017 4 commits
  6. 01 Jun, 2017 1 commit
  7. 18 Mar, 2017 2 commits
  8. 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
  9. 02 Mar, 2017 1 commit
  10. 01 Mar, 2017 5 commits
  11. 24 Feb, 2017 2 commits
  12. 23 Feb, 2017 1 commit
  13. 01 Feb, 2017 2 commits
  14. 20 Dec, 2016 3 commits
  15. 18 Nov, 2016 5 commits
  16. 02 Oct, 2016 1 commit
  17. 29 Sep, 2016 1 commit
  18. 29 Aug, 2016 1 commit
  19. 09 Aug, 2016 1 commit
  20. 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
  21. 13 Jul, 2016 2 commits