- 24 Jun, 2011 1 commit
-
-
AaronDDM authored
-
- 21 Jun, 2011 1 commit
-
-
lucassouza1 authored
-
- 19 Jun, 2011 2 commits
-
-
Benjamin Eberlei authored
DBAL-112, DBAL-113 - Implement AbstractPlatform::getAlterSequenceSQL() and fix comparator code for sequences
-
Benjamin Eberlei authored
DDC-887 - Fix problem with MySQL renaming of foreign keys columns. The FK has to be dropped, then column renamed, then readded
-
- 18 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 16 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
Fix bug in DropSchemaSQLCollector dropping tables before sequences which can cause constraint errors
-
- 15 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 07 Jun, 2011 1 commit
-
-
Vincent-Simonin authored
-
- 02 Jun, 2011 1 commit
-
-
Mark Brennand authored
-
- 28 May, 2011 1 commit
-
-
Diego Oliveira authored
-
- 24 May, 2011 1 commit
-
-
Michael Ridgway authored
-
- 16 May, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 15 May, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 14 May, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 13 May, 2011 1 commit
-
-
Guilherme Blanco authored
-
- 07 May, 2011 1 commit
-
-
Guilherme Blanco authored
-
- 01 May, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 07 Apr, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 06 Apr, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 01 Apr, 2011 1 commit
-
-
Chekote authored
-
- 27 Mar, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 21 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-15 - Add methods for SQL function conversion of types between PHP and database. Implementation inside ORM would now be necessary.
-
- 06 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 05 Mar, 2011 3 commits
-
-
Benjamin Eberlei authored
[DBAL-56] Add portability wrapping layer porting MDB2 functionality to fix case, rtrim strings and convert empty strings to null.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DBAL-78] Add support for native sql list support in positional queries through the introduction of two new constants: * Doctrine\DBAL\Connection::PARAM_STR_ARRAY * Doctrine\DBAL\Connection::PARAM_INT_ARRAY Replacement of arrays only works in conjunction with the Doctrine\DBAL\Connection::executeQuery() and executeUpdate() methods. You need to pass the param constants into the third parameter called $types.
-
- 27 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
[DBAL-45] Add reserved keywords feature through platforms and as a validator for any Schema instance with subelements. Add Command to check for reserved keywords in current database.
-
- 26 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-88 - Change index retrieval of MySQL to use information_schema.statistics which avoids errors when using reserved words for table names (for example in database driver).
-
- 20 Feb, 2011 2 commits
-
-
Benjamin Eberlei authored
DBAL-84 - Fix VARCHARs being silently set to 255 chars when larger than Maxlength. Now they are converted to Text/CLOB fields automatically. Refactored the VARCHAR code considerably.
-
Benjamin Eberlei authored
-