- 08 May, 2008 1 commit
-
-
romanb authored
-
- 06 May, 2008 1 commit
-
-
romanb authored
-
- 22 Feb, 2008 1 commit
-
-
jwage authored
-
- 08 Feb, 2008 1 commit
-
-
jwage authored
-
- 05 Jan, 2008 1 commit
-
-
romanb authored
-
- 18 Nov, 2007 1 commit
-
-
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).
-
- 02 Sep, 2007 1 commit
-
-
meus authored
-
- 05 Jul, 2007 1 commit
-
-
zYne authored
renamed Doctrine_Record::obtainIdentifier() to Doctrine_Record::identifier(), fixed identityMap implementation
-
- 27 Dec, 2006 1 commit
-
-
zYne authored
-
- 17 Sep, 2006 1 commit
-
-
zYne authored
Doctrine_Record::getID() -> obtainIdentifier() Doctrine_Record::setID() -> assignIdentifier()
-
- 13 Sep, 2006 1 commit
-
-
zYne authored
-
- 21 Aug, 2006 1 commit
-
-
zYne authored
--no commit message
-
- 08 Aug, 2006 1 commit
-
-
doctrine authored
-
- 06 Jun, 2006 1 commit
-
-
doctrine authored
Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException)
-
- 15 May, 2006 1 commit
-
-
doctrine authored
-
- 13 Apr, 2006 1 commit
-
-
doctrine authored
--no commit message
-