- 14 Aug, 2012 1 commit
-
-
Christophe Coevoet authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 May, 2012 1 commit
-
-
Alexander Miehe authored
-
- 01 May, 2012 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
- 01 Apr, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-166] Default MySQL to UTF8/utf8_general_ci. Allow to set default table options from SchemaConfig.
-
- 24 Mar, 2012 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 14 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-237] Fix bug when removing and adding an index on the same columns that may be part of a foreign key.
-
- 13 Feb, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-220] Add support for Index flags and implement support for SQL Server CLUSTERED/NONCLUSTERED and MySQL FULLTEXT.
-
- 09 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 11 Dec, 2011 1 commit
-
-
Jan Sorgalla authored
-
- 09 Dec, 2011 2 commits
-
-
Jan Sorgalla authored
-
jsor authored
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 25 Sep, 2011 1 commit
-
-
Benjamin Eberlei authored
DDC-1337 - MySQL commits transaction on DROP TABLE, need DROP TEMPORARY TABLE. Added tests, looks like oracle commits transactions on CREATE TEMPORARY TABLE. I dont know how to fix it.
-
- 31 Jul, 2011 1 commit
-
-
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.
-
- 26 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Jun, 2011 1 commit
-
-
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
-
- 01 May, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 01 Apr, 2011 1 commit
-
-
Chekote authored
-
- 27 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 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
-
- 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
-
- 04 Dec, 2010 1 commit
-
-
Benjamin Eberlei 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 1 commit
-
-
Benjamin Eberlei authored
-
- 05 Oct, 2010 2 commits
-
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
- 30 Sep, 2010 2 commits
-
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
- 11 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-50 - Explicitly add an index for each foreign key added to a Schema\Table instance. Removed code to FixSchema based on foreign keys, since assumptions now dont apply anymore. Refactored algorithms to check for duplicate or potential overrule indexes into Schema\Index classes, added tests and unified Table API handling these conflicts
-
- 27 Jul, 2010 1 commit
-
-
Benjamin Eberlei authored
-