1. 30 May, 2019 1 commit
  2. 28 May, 2019 1 commit
  3. 23 May, 2019 1 commit
  4. 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
  5. 03 Feb, 2019 1 commit
  6. 28 Sep, 2018 2 commits
  7. 25 Sep, 2018 1 commit
  8. 17 Jun, 2018 1 commit
  9. 15 May, 2018 1 commit
  10. 28 Apr, 2018 1 commit
  11. 01 Apr, 2018 1 commit
  12. 16 Mar, 2018 2 commits
  13. 26 Dec, 2017 1 commit
  14. 19 Nov, 2017 8 commits
  15. 15 Sep, 2017 1 commit
  16. 09 Sep, 2017 1 commit
  17. 22 Jul, 2017 1 commit
  18. 24 May, 2017 1 commit
  19. 16 May, 2017 3 commits
  20. 02 May, 2017 1 commit
  21. 29 Apr, 2017 1 commit
  22. 10 Mar, 2017 1 commit
  23. 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
  24. 30 Jun, 2016 1 commit
  25. 23 Jun, 2016 1 commit
  26. 21 Jan, 2016 1 commit
  27. 05 Jan, 2016 1 commit
  28. 17 Oct, 2015 1 commit
  29. 22 Sep, 2015 1 commit