.. |
Visitor
|
[2.0] DDC-169 - Fix implicit/explicit index creation differences between platforms
|
2009-12-06 18:55:08 +00:00 |
AbstractAsset.php
|
[2.0] DDC-169 - Some refactorings
|
2009-12-10 22:39:28 +00:00 |
AbstractSchemaManager.php
|
[2.0] DDC-169 - Fix implicit/explicit index creation differences between platforms
|
2009-12-06 18:55:08 +00:00 |
Column.php
|
[2.0] DDC-169 - AbstractPlatform::getAlterTableSql() now accepts only a TableDiff instance as argument across all platforms.
|
2009-12-06 09:47:54 +00:00 |
ColumnDiff.php
|
[2.0] DDC-169 - AbstractPlatform::getAlterTableSql() now accepts only a TableDiff instance as argument across all platforms.
|
2009-12-06 09:47:54 +00:00 |
Comparator.php
|
[2.0] DDC-169 - Fix implicit/explicit index creation differences between platforms
|
2009-12-06 18:55:08 +00:00 |
Constraint.php
|
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager Constraint API to accept Constraint interface, which is implemented by indexes and foreign keys.
|
2009-12-02 22:28:38 +00:00 |
ForeignKeyConstraint.php
|
[2.0] DDC-169 - Fix several complications in update and drop schema code.
|
2009-12-06 18:36:46 +00:00 |
Index.php
|
[2.0] DDC-169 - Implemented Index and ForeignKey comparison based on properties and not on names.
|
2009-12-05 10:33:46 +00:00 |
MsSqlSchemaManager.php
|
[2.0] Updating exceptions to use methods so that we can later provide better exception messages
|
2009-08-26 22:03:39 +00:00 |
MySqlSchemaManager.php
|
[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.
|
2009-12-04 22:41:09 +00:00 |
OracleSchemaManager.php
|
[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.
|
2009-12-04 22:41:09 +00:00 |
PostgreSqlSchemaManager.php
|
[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.
|
2009-12-06 12:13:15 +00:00 |
Schema.php
|
[2.0] DDC-169 - Some final cleanups for the DBAL refactoring, changed SchemaTool CLI API slightly.
|
2009-12-06 23:11:35 +00:00 |
SchemaDiff.php
|
[2.0] DDC-169 - Some final cleanups for the DBAL refactoring, changed SchemaTool CLI API slightly.
|
2009-12-06 23:11:35 +00:00 |
SchemaException.php
|
[2.0] DDC-169 - Some final cleanups for the DBAL refactoring, changed SchemaTool CLI API slightly.
|
2009-12-06 23:11:35 +00:00 |
Sequence.php
|
[2.0] DDC-169 - Savepoint for Refactorings in Schema-Tool - It is now generating DDL according to the old and the new mechanisms in parallel. Equality of generation has been verified on Sqlite, Mysql, Oracle. If Postgres is also verified, the old code will be removed in favour of the new one completly.
|
2009-11-28 01:22:21 +00:00 |
SqliteSchemaManager.php
|
[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.
|
2009-12-04 22:41:09 +00:00 |
Table.php
|
[2.0][DDC-191][DDC-192] Attempt to fix both.
|
2009-12-07 16:21:29 +00:00 |
TableDiff.php
|
[2.0] DDC-169 - Add ColumnDiff and further Comparator column stuff
|
2009-12-05 15:48:54 +00:00 |