1. 13 Mar, 2019 1 commit
  2. 04 Mar, 2019 2 commits
  3. 11 Oct, 2018 5 commits
  4. 26 Sep, 2018 3 commits
  5. 03 Jul, 2018 1 commit
  6. 20 Jun, 2018 1 commit
  7. 14 Mar, 2018 1 commit
  8. 08 Feb, 2018 1 commit
  9. 30 Nov, 2017 1 commit
  10. 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
  11. 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
  12. 09 Oct, 2017 1 commit
  13. 04 Oct, 2017 1 commit
  14. 15 Sep, 2017 1 commit
  15. 14 Aug, 2017 1 commit
  16. 10 Aug, 2017 2 commits
  17. 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
  18. 07 Aug, 2017 1 commit
  19. 06 Aug, 2017 2 commits
  20. 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
  21. 02 Aug, 2017 3 commits
  22. 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
  23. 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
  24. 20 Jun, 2017 1 commit
  25. 06 Jun, 2017 2 commits
  26. 02 Jun, 2017 3 commits