- 31 Jul, 2011 5 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DDC-1282 - Remove overprotective casting of days/months to integer, which prevents passing columns as days. The platform is not responsible for escapsing, the DQL parser already does it way before generating the sql statements.
-
Benjamin Eberlei authored
DDC-1271 - Fix date diff in PostgreSQL when timestamps are passed by casting everything into dates explicitly.
-
Benjamin Eberlei authored
This reverts commit 0d2af886, reversing changes made to eb0a4615.
-
Benjamin Eberlei authored
DDC-1271 - Fix date diff in PostgreSQL when timestamps are passed by casting everything into dates explicitly.
-
- 26 Jun, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DBAL-126 - Fix bug during table diffs when creating new primary keys, unique constraints were created instead.
-
- 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
-
- 17 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 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
-
- 01 May, 2011 1 commit
-
-
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
-
- 05 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
[DBAL-56] Add portability wrapping layer porting MDB2 functionality to fix case, rtrim strings and convert empty strings to null.
-
- 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 5 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
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Feb, 2011 2 commits
-
-
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
-
- 11 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Dec, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 04 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Nov, 2010 1 commit
-
-
Juozas Kaziukenas authored
-
- 27 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-62 - There is a diference between maximum length (now 4000, oracle is the smallest possible denominator here) of varchars and the default length (255).
-
- 17 Nov, 2010 3 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-