1. 28 Aug, 2019 1 commit
  2. 26 Aug, 2019 1 commit
  3. 03 Aug, 2019 1 commit
  4. 30 May, 2019 1 commit
  5. 28 May, 2019 1 commit
  6. 23 May, 2019 1 commit
  7. 16 May, 2019 1 commit
    • Sergei Morozov's avatar
      Reworked driver exception tests · 63277274
      Sergei Morozov authored
      1. Got rid of hard-coded exception mocks in favor of PHPUnit-generated ones where possible.
      2. Reworked AbstractDriverTest::testConvertsException() to use a data provider to make testing all types of exceptions independent.
      3. Updated PHPUnit since the reworked code relies on sebastianbergmann/phpunit#3604.
      63277274
  8. 03 Feb, 2019 1 commit
  9. 28 Sep, 2018 2 commits
  10. 25 Sep, 2018 1 commit
  11. 17 Jun, 2018 1 commit
  12. 15 May, 2018 1 commit
  13. 28 Apr, 2018 1 commit
  14. 01 Apr, 2018 1 commit
  15. 16 Mar, 2018 2 commits
  16. 26 Dec, 2017 1 commit
  17. 19 Nov, 2017 8 commits
  18. 15 Sep, 2017 1 commit
  19. 09 Sep, 2017 1 commit
  20. 22 Jul, 2017 1 commit
  21. 24 May, 2017 1 commit
  22. 16 May, 2017 3 commits
  23. 02 May, 2017 1 commit
  24. 29 Apr, 2017 1 commit
  25. 10 Mar, 2017 1 commit
  26. 01 Feb, 2017 1 commit
    • Pau's avatar
      Mysqli: Allow secure connections using SSL · 78e58376
      Pau authored
      The current driver has no option to allow the usage of SSL connections on mysql. I've used the same name params as mysql client.
      An example of mysql client usage would be:
      
      mysql --ssl-ca='path_to_ca.pem' --ssl-cert='path_to_client_cert.pem' --ssl-key='path_to_client_key.pem'
      
      refactor secure connection as params
      
      remove space
      
      add space
      
      refactor secure connection
      
      rename method
      
      rename method
      
      docs: add ssl params to use in mysqli driver
      
      rename test method
      
      refactor method setSecureConnection
      
      fix bug
      
      add comment to method
      
      remove string escaping
      78e58376
  27. 30 Jun, 2016 1 commit
  28. 23 Jun, 2016 1 commit
  29. 21 Jan, 2016 1 commit