1. 29 Jan, 2018 1 commit
  2. 07 Dec, 2017 1 commit
  3. 19 Nov, 2017 2 commits
  4. 13 Jun, 2017 1 commit
  5. 29 Apr, 2017 1 commit
  6. 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
  7. 29 Dec, 2014 1 commit
  8. 19 Dec, 2014 1 commit
  9. 05 Nov, 2014 1 commit
  10. 20 Oct, 2014 1 commit
  11. 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
  12. 21 May, 2014 1 commit
  13. 12 Feb, 2014 2 commits
  14. 09 Feb, 2014 1 commit
  15. 08 Feb, 2014 1 commit
  16. 05 Jan, 2014 1 commit
  17. 22 Dec, 2013 2 commits
  18. 21 Dec, 2013 1 commit
  19. 27 Nov, 2013 1 commit
  20. 15 Nov, 2013 1 commit
  21. 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
  22. 13 Nov, 2013 1 commit
  23. 28 Oct, 2013 6 commits
  24. 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
  25. 25 May, 2012 1 commit
  26. 18 May, 2012 1 commit
  27. 24 Mar, 2012 1 commit
  28. 23 Nov, 2011 2 commits
  29. 10 Nov, 2011 3 commits