1. 06 Aug, 2017 2 commits
  2. 03 Aug, 2017 1 commit
    • Alexander Butenko's avatar
      fixes (#662) · 749934a6
      Alexander Butenko authored
      * fixed limit variable ordering in the comments
      
      * Expand readme on autoreconnect and multipe connections usage
      
      * update release numbers
      
      * update copyright years
      749934a6
  3. 02 Aug, 2017 3 commits
  4. 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
  5. 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
  6. 20 Jun, 2017 1 commit
  7. 06 Jun, 2017 2 commits
  8. 02 Jun, 2017 4 commits
  9. 01 Jun, 2017 1 commit
  10. 18 Mar, 2017 2 commits
  11. 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
  12. 02 Mar, 2017 1 commit
  13. 01 Mar, 2017 5 commits
  14. 24 Feb, 2017 2 commits
  15. 23 Feb, 2017 1 commit
  16. 01 Feb, 2017 2 commits
  17. 20 Dec, 2016 3 commits
  18. 18 Nov, 2016 5 commits
  19. 02 Oct, 2016 1 commit
  20. 29 Sep, 2016 1 commit