- 12 Jan, 2015 1 commit
-
-
Steve Müller authored
Quote the name of an index in the create table statement.
-
- 11 Jan, 2015 4 commits
-
-
Marco Pivetta authored
Fix unique index exception handling for an index on multiple columns in PHP 5.4
-
Rob Bayliss authored
-
Guilherme Blanco authored
Moved Doctrine\Tests namespace to composer autoload-dev.
-
Guilherme Blanco authored
-
- 09 Jan, 2015 1 commit
-
-
Marco Pivetta authored
Allow overriding implicit indexes
-
- 08 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 04 Jan, 2015 7 commits
-
-
Marco Pivetta authored
[DBAL-1106] Improve schema introspection performance on Oracle
-
Marco Pivetta authored
[DBAL-1104] Add support for object hydration in oci8 driver
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Update MysqliStatement to support PDO::FETCH_OBJ Close #755
-
Steve Müller authored
-
Steve Müller authored
-
- 03 Jan, 2015 18 commits
-
-
Steve Müller authored
Do not TRIM() parentheses around partial indexes conditions Close #716
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Adrien Crivelli authored
Because PostgreSQL will return the expression with a lot of parentheses we cannot TRIM() them easily. It is easier and more correct to adapt to what PostgreSQL returns. That means the declaration of partial indexes must be updated as follow: Before: ``options={"where": "other_id IS NULL"}`` After: ``options={"where": "(other_id IS NULL)"}`` And fore more complex conditions, that would be: ``options={"where": "(((id IS NOT NULL) AND (other_id IS NULL)) AND (name IS NULL))"}``
-
Steve Müller authored
Type json_array is not consistent with NULL values
-
Steve Müller authored
[DBAL-1082] Fix SchemaTool does not generate SQL for MySQL unsigned float Close #749
-
Steve Müller authored
-
Steve Müller authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Marco Pivetta authored
[DBAL-1063] Allow defining duplicate indexes on a table
-
Steve Müller authored
-
Steve Müller authored
PostgreSQL needs explicitly closed connection in functional test
-
Shane Archer authored
-
- 02 Jan, 2015 2 commits
-
-
Marco Pivetta authored
Fixed typo
-
Benjamin Morel authored
-
- 01 Jan, 2015 1 commit
-
-
Marco Pivetta authored
[DBAL-1097] Fix foreign key constraint referential action on Oracle
-
- 31 Dec, 2014 4 commits
-
-
Steve Müller authored
[DBAL-1087] Length of fixed string type (char) is ignored on Postgre schema update Close #751
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Fix error handling in mysqli driver
-
- 29 Dec, 2014 1 commit
-
-
Nicolas Grekas authored
-