- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Gabriel Caruso authored
-
- 07 Jan, 2018 1 commit
-
-
Sergei Morozov authored
Fixes #2953.
-
- 03 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 07 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 19 Nov, 2017 2 commits
-
-
belgattitude authored
-
Nathan Tolbert authored
-
- 15 Sep, 2017 1 commit
-
-
Ian Jenkins authored
-
- 14 Sep, 2017 5 commits
-
-
Ian Jenkins authored
statements in a rewindable iterator. Skipped the test for iterating multiple times with a message regarding that iterators are non rewindable.
-
Ian Jenkins authored
Only added to mysqli for now, can add to other drivers (assuming they support reseting the pointer in some way) after feedback.
-
Ian Jenkins authored
-
Ian Jenkins authored
I don't really understand the mysqli driver too much and the changes break the tests so undo using an iterator for this particular driver.
-
Ian Jenkins authored
Allows result sets to be iterated over without running out of memory on large data sets.
-
- 13 Jun, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 06 Jun, 2017 1 commit
-
-
Javier Spagnoletti 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
-
- 25 Jan, 2017 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 08 Sep, 2016 1 commit
-
-
Patrick Louys authored
-
- 04 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 29 Dec, 2014 1 commit
-
-
Nicolas Grekas authored
-
- 23 Dec, 2014 1 commit
-
-
Andy Theuninck authored
Add support in fetch for type PDO::FETCH_OBJ
-
- 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.
-
- 26 Jun, 2014 3 commits
-
-
Robbert van den Bogerd authored
-
Robbert van den Bogerd authored
-
Robbert van den Bogerd authored
-
- 05 Jun, 2014 1 commit
-
-
mike authored
-
- 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 3 commits
-
-
Steve Müller authored
-
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
-