1. 01 Apr, 2018 1 commit
  2. 29 Jan, 2018 3 commits
  3. 07 Jan, 2018 1 commit
  4. 03 Jan, 2018 1 commit
  5. 07 Dec, 2017 1 commit
  6. 19 Nov, 2017 2 commits
  7. 15 Sep, 2017 1 commit
  8. 14 Sep, 2017 5 commits
  9. 13 Jun, 2017 1 commit
  10. 06 Jun, 2017 1 commit
  11. 29 Apr, 2017 1 commit
  12. 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
  13. 25 Jan, 2017 2 commits
  14. 08 Sep, 2016 1 commit
  15. 04 Jan, 2015 1 commit
  16. 29 Dec, 2014 1 commit
  17. 23 Dec, 2014 1 commit
  18. 19 Dec, 2014 1 commit
  19. 05 Nov, 2014 1 commit
  20. 20 Oct, 2014 1 commit
  21. 08 Jul, 2014 1 commit
    • mikeSimonson's avatar
      Allow to connect without a dbname param · 387eb545
      mikeSimonson authored
      The PDO connection allow the instantiation of the connection even if the dbname
      parameter isn't present. This change is there to make sure both behave the same way.
      387eb545
  22. 26 Jun, 2014 3 commits
  23. 05 Jun, 2014 1 commit
  24. 21 May, 2014 1 commit
  25. 12 Feb, 2014 3 commits
  26. 09 Feb, 2014 1 commit
  27. 08 Feb, 2014 1 commit
  28. 05 Jan, 2014 1 commit