1
0
mirror of synced 2024-12-13 14:56:01 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
romanb
b2ad92e95d [2.0] test commit for DDC-2 2009-09-09 18:47:26 +00:00
romanb
20ba557344 [2.0][ORM-1] test commit 2009-09-09 07:18:45 +00:00
romanb
dbce89d7ff [2.0] DOCTRINEORM test commit. 2009-09-08 21:35:35 +00:00
jwage
f2e9aa91b9 [2.0] Cleaning up old stuff. 2009-02-14 22:45:08 +00:00
jackbravo
002893cf86 Modified changelog 2007-12-09 01:59:42 +00:00
jackbravo
227c1c3c1b notice on CHANGELOG about parameter on refresh method 2007-12-07 02:14:26 +00:00
romanb
cfc7d4e423 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). 2007-11-18 16:06:37 +00:00
Jonathan.Wage
a8ac66dde7 Updated changelog. 2007-11-01 19:47:34 +00:00
Jonathan.Wage
8bfbd6a7c7 Clean up, initial entry of root txt files, fixed a few broken unit tests. New documentation. 2007-11-01 19:45:36 +00:00