- 21 Feb, 2020 1 commit
-
-
Andrii Dembitskyi 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).
-
- 13 Oct, 2019 1 commit
-
-
Bingo-Soft authored
-
- 07 Aug, 2019 1 commit
-
-
David Négrier authored
-
- 17 Nov, 2018 1 commit
-
-
Gabriel Ostrolucký authored
-
- 04 Nov, 2018 2 commits
-
-
Claudio Zizza authored
-
Claudio Zizza authored
-
- 15 Oct, 2018 1 commit
-
-
Massimiliano Arione authored
-
- 20 Sep, 2018 1 commit
-
-
Oleg Zhulnev authored
revert back MariaDb1027Platform
-
- 11 Jul, 2018 1 commit
-
-
Sergei Morozov authored
-
- 15 May, 2018 1 commit
-
-
Michele Locati authored
-
- 02 May, 2018 1 commit
-
-
Grégoire Paris authored
Fixes #3121 Conflicts: docs/en/index.rst
-
- 11 Apr, 2018 1 commit
-
-
Steffen Roßkamp authored
See discussion at https://github.com/doctrine/doctrine2/issues/7187
-
- 04 Apr, 2018 1 commit
-
-
Tristan Bessoussa authored
-
- 24 Mar, 2018 1 commit
-
-
高成功 authored
-
- 19 Feb, 2018 1 commit
-
-
Jasper Mattsson authored
-
- 29 Jan, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 15 Dec, 2017 1 commit
-
-
Jonathan Vollebregt authored
-
- 19 Oct, 2017 4 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
It seems to be the case in the rest of this document.
-
- 03 Oct, 2017 1 commit
-
-
Phil Davis authored
-
- 24 Sep, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 15 Sep, 2017 1 commit
-
-
Sergei Morozov authored
-
- 26 Jul, 2017 1 commit
-
-
Adrian Föder authored
-
- 05 Jul, 2017 1 commit
-
-
Tobias Schultze authored
Fixes #2760
-
- 29 Jun, 2017 2 commits
-
-
Davide Santangelo authored
-
Davide Santangelo authored
-
- 08 Jun, 2017 1 commit
-
-
b0nd0 authored
One class missed and one non-existing in example at "Supporting Other Databases" page.
-
- 06 Jun, 2017 1 commit
-
-
b0nd0 authored
At lest it looks like one to me.
-
- 10 May, 2017 1 commit
-
-
Steve Müller authored
Closes #1882
-
- 10 Mar, 2017 1 commit
-
-
Steve Müller 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.
-
- 06 Feb, 2017 1 commit
-
-
Steve Müller authored
-
- 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
-