- 21 Mar, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 19 Dec, 2018 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 1 commit
-
-
Sergei Morozov authored
-
- 06 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 09 Sep, 2017 2 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 23 Aug, 2015 1 commit
-
-
Possum authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 11 Aug, 2014 1 commit
-
-
Adrien Crivelli authored
-
- 22 Jul, 2014 2 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
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.
-
- 02 May, 2014 1 commit
-
-
jeroendedauw authored
-
- 28 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 04 Jul, 2012 1 commit
-
-
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.
-
- 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
-
- 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.
-
- 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...
-