• beberlei's avatar
    [2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation... · 22cfa37f
    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...
    22cfa37f
Name
Last commit
Last update
..
Visitor Loading commit data...
AbstractAsset.php Loading commit data...
AbstractSchemaManager.php Loading commit data...
Column.php Loading commit data...
Constraint.php Loading commit data...
ForeignKeyConstraint.php Loading commit data...
Index.php Loading commit data...
MsSqlSchemaManager.php Loading commit data...
MySqlSchemaManager.php Loading commit data...
OracleSchemaManager.php Loading commit data...
PostgreSqlSchemaManager.php Loading commit data...
Schema.php Loading commit data...
SchemaException.php Loading commit data...
Sequence.php Loading commit data...
SqliteSchemaManager.php Loading commit data...
Table.php Loading commit data...
Visitor.php Loading commit data...