- 18 Mar, 2020 4 commits
-
-
Claudio Zizza authored
-
Benjamin Morel authored
-
Michael Moravec authored
-
Michael Moravec authored
-
- 22 Dec, 2019 1 commit
-
-
Marius Ghita authored
A configuration instance is not strictly required by [DriverManager::getConnection](https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/DriverManager.php#L139). As an upside, it doesn't add an extra warning for people that use Psalm/PHPmd when starting off from the documentation example. As the Configuration class has an `@internal` block those tools threat it as the other meaning for `@internal`, as in class that is [internal to the library and not for public use](https://docs.phpdoc.org/references/phpdoc/tags/internal.html).
-
- 17 Nov, 2018 1 commit
-
-
Gabriel Ostrolucký authored
-
- 04 Nov, 2018 1 commit
-
-
Claudio Zizza authored
-
- 04 Apr, 2018 1 commit
-
-
Tristan Bessoussa authored
-
- 01 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 03 Oct, 2017 1 commit
-
-
Phil Davis authored
-
- 09 Mar, 2017 1 commit
-
-
Felix Sokoliuk authored
-
- 25 Feb, 2017 1 commit
-
-
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.
-
- 01 Feb, 2017 1 commit
-
-
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
-
- 22 Jan, 2016 2 commits
-
-
Bob van de Vijver authored
-
Bob van de Vijver authored
-
- 21 Jan, 2016 1 commit
-
-
Bob van de Vijver authored
-
- 11 Jan, 2016 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added parameter "default_dbname" to pdo_pgsql driver which can be used to override the default database
-
- 10 Jan, 2016 1 commit
-
-
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.
-
- 19 Oct, 2015 1 commit
-
-
Peter Mitchell authored
-
- 16 Mar, 2015 1 commit
-
-
Javier Eguiluz authored
-
- 04 Dec, 2014 1 commit
-
-
David Zuelke authored
-
- 19 Mar, 2014 2 commits
-
-
facupanizza authored
-
facupanizza authored
We add the instancename parameter documentation for oci8 driver
-
- 12 Feb, 2014 1 commit
-
-
Steve Müller authored
-
- 04 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 27 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 18 Dec, 2013 1 commit
-
-
Steve Müller authored
add charset option for pdo_pgsql driver
-
- 16 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 13 Dec, 2013 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 12 Dec, 2013 4 commits
-
-
Steve Müller authored
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
- 21 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 14 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 04 Mar, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Feb, 2013 1 commit
-
-
Steve Müller authored
-