- 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 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 05 Mar, 2011 8 commits
-
-
Benjamin Eberlei authored
-
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
-
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.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 28 Feb, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 27 Feb, 2011 2 commits
-
-
Benjamin Eberlei authored
-
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 2 commits
-
-
Benjamin Eberlei authored
-
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 7 commits
-
-
Benjamin Eberlei authored
-
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
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Feb, 2011 5 commits
-
-
Benjamin Eberlei authored
[DBAL-42] Optimized column comment change detection. Ignore from columns with a null comment which indicates not set compared to an empty string which says delete comment.
-
Benjamin Eberlei authored
[DBAL-42] Add support to reverse engineer Comments from MySQL, PostgreSQL and ORacle into Doctrine\DBAL\Schema\Column instances and added comment comparison into Comparator.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 18 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Feb, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DBAL-91 - Fix auto-generation of asset names (foreign keys and indexes) which could lead to exceptions due to auto-quoting of PostgreSQL for example. Now hashing the names with crc32+dechex
-
- 11 Feb, 2011 4 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 01 Jan, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 30 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-