1. 02 Oct, 2018 4 commits
  2. 01 Jul, 2018 1 commit
  3. 01 Apr, 2018 1 commit
  4. 29 Jan, 2018 1 commit
  5. 07 Dec, 2017 1 commit
  6. 19 Nov, 2017 2 commits
  7. 13 Jun, 2017 1 commit
  8. 29 Apr, 2017 1 commit
  9. 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
  10. 29 Dec, 2014 1 commit
  11. 19 Dec, 2014 1 commit
  12. 05 Nov, 2014 1 commit
  13. 20 Oct, 2014 1 commit
  14. 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
  15. 21 May, 2014 1 commit
  16. 12 Feb, 2014 2 commits
  17. 09 Feb, 2014 1 commit
  18. 08 Feb, 2014 1 commit
  19. 05 Jan, 2014 1 commit
  20. 22 Dec, 2013 2 commits
  21. 21 Dec, 2013 1 commit
  22. 27 Nov, 2013 1 commit
  23. 15 Nov, 2013 1 commit
  24. 14 Nov, 2013 1 commit
    • till's avatar
      Enhancement: expose ping() on pingable-connections. · 7d77a3fb
      till authored
      This PR introduces a new PingableConnection interface and exposes
      a ping method on \Doctrine\DBAL\Connection. For drivers where no
      ping is supported, a \Doctrine\DBAL\ConnectionException is thrown.
      7d77a3fb
  25. 13 Nov, 2013 1 commit
  26. 28 Oct, 2013 6 commits
  27. 21 Jun, 2013 1 commit
    • Benjamin Morel's avatar
      Fixed documentation. · f0eaaf6f
      Benjamin Morel authored
      - Fixed docblocks
      - Removed return statements on void methods
      - Cleaned up unused private / local variables
      - Fixed license issues
      - Removed SVN leftovers
      - Fixed doctrine-project.org links
      - Added line breaks before return statements
      f0eaaf6f
  28. 25 May, 2012 1 commit
  29. 18 May, 2012 1 commit