- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 13 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 14 Apr, 2013 1 commit
-
-
everus authored
-
- 21 Feb, 2013 2 commits
-
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
- 09 Feb, 2013 3 commits
-
-
Alexander authored
-
Jasper N. Brouwer authored
Choose between TINYBLOB, BLOB, MEDIUMBLOB and LONGBLOB based on the length of the field. Behaves the same way as the TEXT type declaration.
-
Jasper N. Brouwer authored
This should be 65535 (2 ^ 16 - 1) in stead of 65532. Modified docblock to show the max lengths.
-
- 03 Feb, 2013 1 commit
-
-
Steve Müller authored
-
- 15 Oct, 2012 1 commit
-
-
Guilherme Blanco authored
-
- 11 Oct, 2012 1 commit
-
-
Oleksandr Kovalov authored
-
- 14 Sep, 2012 1 commit
-
-
VladanStef authored
Default table collation changed to `utf8_unicode_ci`, as it handles properly a much wider array of characters (Cyrillic, for example) at a generally negligible cost of performance.
-
- 17 Aug, 2012 1 commit
-
-
Guilherme Blanco authored
-
- 07 Aug, 2012 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 16 Jul, 2012 1 commit
-
-
Pascal Borreli 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.
-