1. 15 Sep, 2017 1 commit
  2. 14 Aug, 2017 1 commit
  3. 10 Aug, 2017 2 commits
  4. 09 Aug, 2017 1 commit
    • Alexander Butenko's avatar
      fixes (#673) · d87decd6
      Alexander Butenko authored
      * fixed limit variable ordering in the comments
      
      * Expand readme on autoreconnect and multipe connections usage
      
      * update release numbers
      
      * update copyright years
      
      * Bug #623:  Mistake in Regexp
      
      * Fix for #554 Fixing Join usage with 'USING' instead of 'ON'
      
      * Fix empty exception message
      d87decd6
  5. 07 Aug, 2017 1 commit
  6. 06 Aug, 2017 2 commits
  7. 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
  8. 02 Aug, 2017 3 commits
  9. 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
  10. 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
  11. 20 Jun, 2017 1 commit
  12. 06 Jun, 2017 2 commits
  13. 02 Jun, 2017 4 commits
  14. 01 Jun, 2017 1 commit
  15. 18 Mar, 2017 2 commits
  16. 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
  17. 02 Mar, 2017 1 commit
  18. 01 Mar, 2017 5 commits
  19. 24 Feb, 2017 2 commits
  20. 23 Feb, 2017 1 commit
  21. 01 Feb, 2017 2 commits
  22. 20 Dec, 2016 3 commits
  23. 18 Nov, 2016 1 commit