- 22 Jan, 2008 1 commit
-
-
- 12 Jan, 2008 1 commit
-
-
romanb authored
-
- 05 Jan, 2008 3 commits
-
-
romanb authored
-
romanb authored
reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier.
-
Jonathan.Wage authored
Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure.
-
- 01 Dec, 2007 1 commit
-
-
romanb authored
-
- 24 Nov, 2007 1 commit
-
-
romanb authored
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
-
- 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).
-
- 21 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 03 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 17 Sep, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 03 Sep, 2007 1 commit
-
-
meus authored
-
- 11 Aug, 2007 1 commit
-
-
nightfreak authored
added the fix for ticket #398. also fixed the missing $coll->setReference() in Doctrine_Relation_Association::fetchRelatedFor()
-
- 10 Aug, 2007 2 commits
- 03 Aug, 2007 1 commit
-
-
zYne authored
-
- 13 Jul, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 08 Jul, 2007 1 commit
-
-
zYne authored
-
- 28 Jun, 2007 4 commits
- 26 Jun, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 25 Jun, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 14 Jun, 2007 3 commits
- 11 Jun, 2007 1 commit
-
-
zYne authored
-
- 09 Jun, 2007 1 commit
-
-
zYne authored
-
- 07 Jun, 2007 1 commit
-
-
runa authored
fixes bug with extended-non-Doctrine_Record tables and makes the relationship parser to fallback to the old method to find keys if it cannot be guessed
-
- 30 May, 2007 1 commit
-
-
zYne authored
-
- 29 May, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 24 May, 2007 2 commits
- 23 May, 2007 2 commits
- 22 May, 2007 3 commits
- 21 May, 2007 1 commit
-
-
zYne authored
--no commit message
-