1. 14 Mar, 2018 1 commit
  2. 08 Feb, 2018 1 commit
  3. 30 Nov, 2017 1 commit
  4. 29 Nov, 2017 1 commit
    • Alexander Butenko's avatar
      fixes (#698) · 1f451924
      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
      
      * fix a typo
      
      * Added LIKE case description into readme
      
      * do not reset connection name when transtation is on
      
      * 2.9 release
      1f451924
  5. 20 Nov, 2017 1 commit
    • Bjarne Rest's avatar
      Fixed groupBy with spaces in field declaration (#683) · 39d06d95
      Bjarne Rest authored
      * Fixed groupBy with saces in field declaration
      
      Sometimes you have to use GROUP BY in SQL with Spaces in it. The old implementation deleted all spaces in $groupByField
      Eg "IF(qv.idValue IS NULL, UUID(), qv.idValue)" would become "IF(qv.idValueISNULL,UUID(),qv.idValue)"
      
      * Addes operators <>=! to groupBy
      39d06d95
  6. 09 Oct, 2017 1 commit
  7. 04 Oct, 2017 1 commit
  8. 15 Sep, 2017 1 commit
  9. 14 Aug, 2017 1 commit
  10. 10 Aug, 2017 2 commits
  11. 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
  12. 07 Aug, 2017 1 commit
  13. 06 Aug, 2017 2 commits
  14. 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
  15. 02 Aug, 2017 3 commits
  16. 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
  17. 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
  18. 20 Jun, 2017 1 commit
  19. 06 Jun, 2017 2 commits
  20. 02 Jun, 2017 4 commits
  21. 01 Jun, 2017 1 commit
  22. 18 Mar, 2017 2 commits
  23. 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
  24. 02 Mar, 2017 1 commit
  25. 01 Mar, 2017 5 commits
  26. 24 Feb, 2017 2 commits