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