- 30 Jun, 2014 7 commits
-
-
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.
-
- 19 Jun, 2014 2 commits
-
-
Guilherme Blanco authored
Correct SQL Anywhere driver default port to 2638
-
- 05 Jun, 2014 1 commit
-
-
mike authored
-
- 04 Jun, 2014 4 commits
-
-
Guilherme Blanco authored
Update security.rst
-
Ujjwal Ojha authored
-
Guilherme Blanco authored
Update security.rst
-
Ujjwal Ojha authored
-
- 21 May, 2014 2 commits
-
-
Benjamin Eberlei authored
Fix: property access is not allowed yet
-
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.
-
- 16 May, 2014 4 commits
-
-
Marco Pivetta authored
[DBAL-474] Fix filtering sequence names on PostgreSQL
-
Marco Pivetta authored
Fix DateTimeTz type compatibility on SQL Anywhere versions < 12
-
Marco Pivetta authored
Fix FOR UPDATE SQL on SQL Anywhere
-
Marco Pivetta authored
[DBAL-801] Add date arithmetic interval methods for seconds, minutes, weeks, quarters and years
-
- 13 May, 2014 10 commits
-
-
Marco Pivetta authored
Close #598
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Luís Otávio Cobucci Oblonczyk authored
Adding doctrine-dbal to composer.json and making it work just like doctrine command (from Doctrine ORM)
-
Marco Pivetta authored
Remove @param tags that add no value
-