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. 21 May, 2017 1 commit
    • Ivan's avatar
      Update git submodule "docs/en/_theme" · fc398f2c
      Ivan authored
      This applies the following fixes to DBAL web docs:
      
      - Fix broken ServerGrove image on footer
      - Fix occasional link overlap
      - Delete .DS_Store file in bootstrap folder
      - Finish PR #3 "<ol/> styles fixed" (margin-bottom)
      - Fix <ol/> styles
      - Synchronize docs layout menu with main site.
      - Show versions only when having more than one.
      fc398f2c
  6. 10 May, 2017 1 commit
  7. 10 Mar, 2017 1 commit
  8. 09 Mar, 2017 1 commit
  9. 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
  10. 06 Feb, 2017 1 commit
  11. 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
  12. 12 Jan, 2017 1 commit
  13. 26 Sep, 2016 1 commit
  14. 19 Jul, 2016 1 commit
  15. 05 May, 2016 1 commit
  16. 18 Feb, 2016 2 commits
  17. 15 Feb, 2016 1 commit
  18. 10 Feb, 2016 1 commit
  19. 09 Feb, 2016 1 commit
  20. 25 Jan, 2016 2 commits
  21. 22 Jan, 2016 2 commits
  22. 21 Jan, 2016 1 commit
  23. 11 Jan, 2016 3 commits
  24. 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
  25. 31 Dec, 2015 1 commit
  26. 21 Nov, 2015 1 commit
  27. 19 Oct, 2015 1 commit
  28. 12 Oct, 2015 1 commit
  29. 18 Sep, 2015 1 commit
  30. 17 Sep, 2015 1 commit
  31. 05 Sep, 2015 1 commit
  32. 03 Sep, 2015 1 commit
  33. 03 Aug, 2015 1 commit
  34. 29 Jul, 2015 1 commit