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