- 30 Jun, 2014 30 commits
-
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
František Bereň authored
reverted @deeky666 suggestion. Since it failed on testBooleanNullConvertsToPHPValue test. with message Failed asserting that true is null. Since I moved this code from BoolenType::convertToPHPValue in the first place, I presume the code there correct.
-
František Bereň authored
-
František Bereň authored
-
František Bereň authored
Updated test for uppercased values
-
František Bereň authored
updated convert function to include uppercased values
-
František Bereň authored
-
František Bereň authored
-
František Bereň authored
Description fix
-
František Bereň authored
fixed parameter order in conditions
-
František Bereň authored
Changes after Ocramius comments
-
František Bereň authored
added literals off and on to the testcase
-
František Bereň authored
fixed bug when $item was set as bool true value added 'off' literal
-
František Bereň authored
added postgresql platform conversion test
-
František Bereň authored
Changed to call platform specific Boolean conversion
-
František Bereň authored
added postgresql literals to Boolean conversion
-
František Bereň authored
Default Boolean conversion behaviour
-
Marco Pivetta authored
[DBAL-807] Respect schema when renaming indexes
-
Steve Müller authored
-
- 27 Jun, 2014 1 commit
-
-
Marco Pivetta authored
[DBAL-918] Correcting the doc because mysqli doesn't support named parameter natively
-
- 26 Jun, 2014 7 commits
-
-
Robbert van den Bogerd authored
-
Robbert van den Bogerd authored
-
Robbert van den Bogerd authored
-
Marco Pivetta authored
Added flags support for mysqli::real_connect in Mysqli driver.
-
Robbert van den Bogerd authored
-
Marco Pivetta authored
Merge pull request #595 from JeroenDeDauw/testGivenForeignKeyWithZeroLength_acceptForeignKeyThrowsException Add testGivenForeignKeyWithZeroLength_acceptForeignKeyThrowsException
-
Marco Pivetta authored
Some much needed cleanup in the TestUtil class
-
- 25 Jun, 2014 2 commits
-
-
Marco Pivetta authored
Prevent Connection from maintaining a second reference to an injected PDO object.
-
Jason Allred authored
Prevent Connection from maintaining a second reference to an injected PDO object. Previously, if a developer explicitly closed the Connection, only the _conn reference was destroyed, but the _params['pdo'] reference remained and kept the PDO connection alive. By unsetting the _params reference, we maintain only the _conn reference, exactly as if the PDO connection is generated internally.
-