- 17 Jul, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 05 Jul, 2020 1 commit
-
-
Sergei Morozov authored
-
- 27 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 04 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 29 Mar, 2020 1 commit
-
-
Luís Cobucci authored
-
- 17 Mar, 2019 2 commits
-
-
Ahmed Abdou authored
-
Ahmed Abdou authored
-
- 02 Oct, 2018 4 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Jul, 2018 1 commit
-
-
Vladimir Reznichenko authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 1 commit
-
-
Sergei Morozov authored
-
- 07 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 19 Nov, 2017 2 commits
-
-
belgattitude authored
-
Nathan Tolbert authored
-
- 13 Jun, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 29 Apr, 2017 1 commit
-
-
Piotr Różański 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
-
- 29 Dec, 2014 1 commit
-
-
Nicolas Grekas authored
-
- 19 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 05 Nov, 2014 1 commit
-
-
Steve Müller authored
-
- 20 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 08 Jul, 2014 1 commit
-
-
mikeSimonson authored
The PDO connection allow the instantiation of the connection even if the dbname parameter isn't present. This change is there to make sure both behave the same way.
-
- 21 May, 2014 1 commit
-
-
till authored
Fixes the warning emitted by mysqli when sqlstate is not set (yet?). http://git.php.net/?p=php-src.git;a=blob;f=ext/mysqli/mysqli_prop.c;h=2d36336372b75922bd8fbf40c5c9054a5230c8a0;hb=HEAD#l36 Warning masks actual connection error.
-
- 12 Feb, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 09 Feb, 2014 1 commit
-
-
marcini authored
-
- 08 Feb, 2014 1 commit
-
-
marcini authored
Added flags support for mysqli::real_connect in Mysqli driver. This is necessary if you want to set connection options like compression or SSL encryption.
-
- 05 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 27 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 15 Nov, 2013 1 commit
-
-
till authored
* license * author tags * doc blocks * new lines
-
- 14 Nov, 2013 1 commit
-
-
till authored
This PR introduces a new PingableConnection interface and exposes a ping method on \Doctrine\DBAL\Connection. For drivers where no ping is supported, a \Doctrine\DBAL\ConnectionException is thrown.
-
- 13 Nov, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 28 Oct, 2013 1 commit
-
-
till authored
* push error handling down to when it occurs * WIP, as I am unable to trigger false currently
-