- 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
-
- 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 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 21 Nov, 2013 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 15 Nov, 2013 1 commit
-
-
till authored
* license * author tags * doc blocks * new lines
-
- 14 Nov, 2013 3 commits
-
-
Benjamin Eberlei authored
-
Kim Hemsø Rasmussen authored
-
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 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
dazz authored
-
- 28 Oct, 2013 6 commits
-
-
till authored
* push error handling down to when it occurs * WIP, as I am unable to trigger false currently
-
till authored
-
till authored
* move supportedDriverOptions into setDriverOptions * make setDriverOptions private * support \MYSQLI_SERVER_PUBLIC_KEY on 5.5.0+
-
till authored
-
till authored
* fix typo * remove fluent interface
-
till authored
* introduced $_supportedDriverOptions to validate what is passed into the object * added `setDrivrOptions()` which sets the array and throws exceptions
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 16 Jul, 2012 1 commit
-
-
Pascal Borreli authored
-
- 07 Jul, 2012 1 commit
-
-
ivan authored
-