- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 23 Aug, 2015 1 commit
-
-
Possum authored
-
- 19 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 05 Aug, 2014 2 commits
-
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
- 22 Jul, 2014 3 commits
-
-
Adrien Crivelli authored
This coherent with what is done for Table. All platform specific things are grouped into an options array. Eventually flags should be migrated into options as well.
-
Adrien Crivelli authored
-
Adrien Crivelli authored
Support for Partial Indexes was available in Doctrine 1 following http://www.doctrine-project.org/jira/browse/DC-82. This commit reintroduce support for Doctrine 2. We use the same syntax with an optionnal "where" attribute for Index and UniqueConstraint.
-
- 29 Apr, 2014 2 commits
-
-
jeroendedauw authored
-
jeroendedauw authored
-
- 28 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 09 Oct, 2013 1 commit
-
-
Steve Müller authored
-
- 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 4 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 22 Nov, 2012 1 commit
-
-
Martin Hasoň authored
Fix creating indexes for renamed columns and updating foreign keys for renamed parent tables in SqlitePlatform
-
- 16 Jul, 2012 1 commit
-
-
Pascal Borreli authored
-
- 04 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 24 Mar, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 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.
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 26 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 23 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-54 - Fix sequence drop executed before tables, however sequences mostly depend on tables. Also clean up several test-failures on MSSQL tests and Oracle Index detection.
-
- 11 Sep, 2010 2 commits
-
-
Benjamin Eberlei authored
DBAL-50 - Fix another follow-up bug, Index column names are not being sanitized to lower-case, which will make comparisons fail that shouldnt.
-
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
-
- 05 Dec, 2009 1 commit
-
-
beberlei authored
-
- 04 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Stripped case handling since its just a load of complex crap and doesn't solve any problem! Idea: just implement case-insensitivity in the comparator.
-
- 03 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Introduced handling of schema / database case-sensitivity differences and to allow compability between different platforms.
-
- 02 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager Constraint API to accept Constraint interface, which is implemented by indexes and foreign keys.
-
- 29 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Finalized implementation of Schema diff algorithm, added diffs of sequences and foreign keys. Fixed several bugs and changed the API of the Schema objects.
-
- 28 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Fixed another regression in refactored SchemaTool, began porting of eZ Components Database Schema Comparator, SchemaDiff and TableDiff.
-
- 27 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Added DropSchemaSql Visitor - Refactored Visitor package a bit, however its still not very appealing to have that much use statements cluttered in the code
-
- 26 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation for a database schema, including Tables, Indexes, Constraints, Sequences and Columns. Added a CreateSql Visitor which transforms a schema object graph into the required SQL statements to create it. Next: Replacing SchemaTool::getCreateSql() with new syntax...
-