• romanb's avatar
    Refactoring. Started to introduced a clear separation between column names and... · cfc7d4e4
    romanb authored
    Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
    cfc7d4e4
Name
Last commit
Last update
..
Cache Loading commit data...
Collection Loading commit data...
Connection Loading commit data...
Data Loading commit data...
DataDict Loading commit data...
DataType Loading commit data...
Db Loading commit data...
DoctrineTest Loading commit data...
EventListener Loading commit data...
Export Loading commit data...
Expression Loading commit data...
Hydrate Loading commit data...
Import Loading commit data...
Migration Loading commit data...
NestedSet Loading commit data...
Query Loading commit data...
Record Loading commit data...
Relation Loading commit data...
Search Loading commit data...
Sequence Loading commit data...
Ticket Loading commit data...
Transaction Loading commit data...
Validator Loading commit data...
coverage Loading commit data...
migration_classes Loading commit data...
mysql_migration_classes Loading commit data...
AccessTestCase.php Loading commit data...
AuditLogTestCase.php Loading commit data...
BatchIteratorTestCase.php Loading commit data...
CacheFileTestCase.php Loading commit data...
CacheQuerySqliteTestCase.php Loading commit data...
CacheSqliteTestCase.php Loading commit data...
CacheTestCase.php Loading commit data...
CascadingDeleteTestCase.php Loading commit data...
ClassTableInheritanceTestCase.php Loading commit data...
CollectionOffsetTestCase.php Loading commit data...
CollectionTestCase.php Loading commit data...
ColumnAggregationInheritanceTestCase.php Loading commit data...
ColumnAliasTestCase.php Loading commit data...
CompositePrimaryKeyTestCase.php Loading commit data...
ConfigurableTestCase.php Loading commit data...
ConnectionTestCase.php Loading commit data...
ConnectionTransactionTestCase.php Loading commit data...
CustomPrimaryKeyTestCase.php Loading commit data...
CustomResultSetOrderTestCase.php Loading commit data...
CustomResultSetOrderTestCaseTestCase.php Loading commit data...
DBTestCase.php Loading commit data...
DataDictSqliteTestCase.php Loading commit data...
DataDictTestCase.php Loading commit data...
DbProfilerTestCase.php Loading commit data...
DoctrineTest.php Loading commit data...
DriverTestCase.php Loading commit data...
EventListenerTestCase.php Loading commit data...
ExportTestCase.php Loading commit data...
ExpressionTestCase.php Loading commit data...
ForeignKeyTestCase.php Loading commit data...
HookTestCase.php Loading commit data...
HydrateTestCase.php Loading commit data...
I18nTestCase.php Loading commit data...
ImportTestCase.php Loading commit data...
IntegrityActionTestCase.php Loading commit data...
ManagerTestCase.php Loading commit data...
MigrationTestCase.php Loading commit data...
NewCoreTestCase.php Loading commit data...
OneTableOneClassInheritanceTestCase.php Loading commit data...
ParserTestCase.php Loading commit data...
PessimisticLockingTestCase.php Loading commit data...
PluginTestCase.php Loading commit data...
QueryTestCase.php Loading commit data...
RawSqlTestCase.php Loading commit data...
RecordFilterTestCase.php Loading commit data...
RecordTestCase.php Loading commit data...
RelationTestCase.php Loading commit data...
RepositoryTestCase.php Loading commit data...
SearchTestCase.php Loading commit data...
SequenceTestCase.php Loading commit data...
TableTestCase.php Loading commit data...
TemplateTestCase.php Loading commit data...
TokenizerTestCase.php Loading commit data...
TransactionTestCase.php Loading commit data...
TreeStructureTestCase.php Loading commit data...
UnitOfWorkTestCase.php Loading commit data...
UnsortedTestCase.php Loading commit data...
ValidatorTestCase.php Loading commit data...
ValueHolderTestCase.php Loading commit data...
ViewTestCase.php Loading commit data...
index.php Loading commit data...
run.php Loading commit data...
schema.xml Loading commit data...
schema.yml Loading commit data...
template.tpl Loading commit data...
unsolved.php Loading commit data...