1. 02 Aug, 2017 3 commits
  2. 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
  3. 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
  4. 20 Jun, 2017 1 commit
  5. 06 Jun, 2017 2 commits
  6. 02 Jun, 2017 4 commits
  7. 01 Jun, 2017 1 commit
  8. 18 Mar, 2017 2 commits
  9. 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
  10. 02 Mar, 2017 1 commit
  11. 01 Mar, 2017 5 commits
  12. 24 Feb, 2017 2 commits
  13. 23 Feb, 2017 1 commit
  14. 01 Feb, 2017 2 commits
  15. 20 Dec, 2016 3 commits
  16. 18 Nov, 2016 5 commits
  17. 02 Oct, 2016 1 commit
  18. 29 Sep, 2016 1 commit
  19. 29 Aug, 2016 1 commit
  20. 09 Aug, 2016 1 commit
  21. 22 Jul, 2016 1 commit