1. 05 Jul, 2017 1 commit
  2. 29 Jun, 2017 2 commits
  3. 08 Jun, 2017 1 commit
  4. 06 Jun, 2017 1 commit
  5. 10 May, 2017 1 commit
  6. 10 Mar, 2017 1 commit
  7. 09 Mar, 2017 1 commit
  8. 25 Feb, 2017 1 commit
    • Mathieu Bouchard's avatar
      Add undocumented oci8 persistent connections · 2ea18efc
      Mathieu Bouchard authored
      The oci8 driver can connect using oci_pconnect to make persistent connections. Doctrine has support for this if the persistent boolean value is set to true in the documentation. However, this information was not documented.
      2ea18efc
  9. 06 Feb, 2017 1 commit
  10. 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
  11. 12 Jan, 2017 1 commit
  12. 26 Sep, 2016 1 commit
  13. 19 Jul, 2016 1 commit
  14. 05 May, 2016 1 commit
  15. 18 Feb, 2016 2 commits
  16. 15 Feb, 2016 1 commit
  17. 10 Feb, 2016 1 commit
  18. 09 Feb, 2016 1 commit
  19. 25 Jan, 2016 2 commits
  20. 22 Jan, 2016 2 commits
  21. 21 Jan, 2016 1 commit
  22. 11 Jan, 2016 3 commits
  23. 10 Jan, 2016 1 commit
    • Davi Koscianski Vidal's avatar
      Add application_name to PostgreSQL driver · bca20314
      Davi Koscianski Vidal authored
      PostgreSQL allows the user to set the application_name is connecting
      to database. It is useful for monitoring purposes.
      Currently one could just manually add 'application_name=foo' to DSN,
      but having a parameter eases setting it using DoctrineBundle.
      bca20314
  24. 31 Dec, 2015 1 commit
  25. 21 Nov, 2015 1 commit
  26. 19 Oct, 2015 1 commit
  27. 12 Oct, 2015 1 commit
  28. 18 Sep, 2015 1 commit
  29. 17 Sep, 2015 1 commit
  30. 05 Sep, 2015 1 commit
  31. 03 Aug, 2015 1 commit
  32. 29 Jul, 2015 1 commit
  33. 16 Jun, 2015 2 commits