- 09 May, 2014 1 commit
-
-
Steve Müller authored
-
- 02 May, 2014 1 commit
-
-
jeroendedauw authored
-
- 01 May, 2014 1 commit
-
-
jeroendedauw authored
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 27 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 3 commits
-
-
Benjamin Eberlei authored
-
Steve Müller authored
-
Benjamin Eberlei authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 23 Aug, 2013 1 commit
-
-
Bart Visscher authored
-
- 18 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 13 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 28 Mar, 2013 1 commit
-
-
Steve Müller authored
-
- 04 Mar, 2013 2 commits
-
-
Jonathan Johnson authored
-
Jonathan Johnson authored
-
- 03 Feb, 2013 1 commit
-
-
Steve Müller authored
-
- 13 Nov, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-374] Fix issue with column quoting in primary keys, fixing this in indexes in general is much more complex as the code is messy.
-
- 12 Nov, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 22 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 25 Jan, 2012 1 commit
-
-
- 28 Dec, 2011 1 commit
-
-
Miloslav Kmet authored
-
- 23 Dec, 2011 1 commit
-
-
Miloslav Kmet authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 07 Dec, 2011 1 commit
-
-
Fabio B. Silva authored
-
- 18 Aug, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 26 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Feb, 2011 1 commit
-
-
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.
-
- 19 Feb, 2011 3 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
-
Benjamin Eberlei authored
-
- 12 Feb, 2011 1 commit
-
-
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
-
- 06 May, 2010 1 commit
-
-
Guilherme Blanco authored
Revertd partially the support to DBAL\Transaction, it was wrong. Fixed implementation of ORM\EntityTransaction and fixed tests.
-
- 30 Apr, 2010 1 commit
-
-
Guilherme Blanco authored
-
- 05 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
-
- 11 Feb, 2010 1 commit
-
-
beberlei authored
-
- 10 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Further refactorings, schema max identifier length is now used for asset generation. Added platform-wide test for unique index generation with create table.
-
- 06 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Finished ALTER Table TableDiff refactoring, adding code to handle index and FK changes. Added a general functional test for alter table against all platforms.
-
- 05 Dec, 2009 1 commit
-
-
beberlei authored
-
- 02 Dec, 2009 2 commits
-
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager Constraint API to accept Constraint interface, which is implemented by indexes and foreign keys.
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Table, Index and ForeignKey instances for the respective create*() methods.
-