- 05 Mar, 2008 1 commit
-
-
romanb authored
refactorings, a bug fix (#786) and improved performance for the hydration of results from polymorphic queries.
-
- 28 Feb, 2008 1 commit
-
-
romanb authored
moved managed record/entity handling to the UnitOfWork. identity maps are the next. started to remove obsolete table stuff.
-
- 23 Feb, 2008 1 commit
-
-
romanb authored
-
- 22 Feb, 2008 1 commit
-
-
jwage authored
-
- 20 Feb, 2008 1 commit
-
-
romanb authored
started refactoring to final mapper structure for 1.0. different mapping strategies are factored out as separate strategy classes instead of inheritance.
-
- 13 Feb, 2008 1 commit
-
-
romanb authored
-
- 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.
-
- 28 Dec, 2007 1 commit
-
-
romanb authored
-
- 12 Dec, 2007 1 commit
-
-
romanb authored
-
- 20 Nov, 2007 1 commit
-
-
romanb authored
Makes it easier to see the dependencies between these two concerns, cache the results of the query parsing process later on, implement & use alternative hydrators to experiment with different algorithms etc. etc. Other small refactorings.
-
- 19 Nov, 2007 1 commit
-
-
romanb authored
--no commit message
-
- 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).
-
- 10 Nov, 2007 1 commit
-
-
zYne authored
-
- 08 Nov, 2007 2 commits
- 23 Oct, 2007 1 commit
-
-
meus authored
refetch state after preSave listener in unit of work. if state changes in preSave listener it is not taken into concideration when an object is saved/deleted etc. also fixed some small stuff in tests and added new coverage report
-
- 22 Oct, 2007 1 commit
-
-
phuson authored
-
- 21 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 06 Oct, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 03 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 20 Sep, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 19 Sep, 2007 3 commits
-
-
zYne authored
--no commit message
-
Jonathan.Wage authored
--no commit message
-
zYne authored
--no commit message
-
- 07 Sep, 2007 1 commit
-
-
jackbravo authored
-
- 03 Sep, 2007 1 commit
-
-
meus authored
-
- 01 Sep, 2007 1 commit
-
-
zYne authored
deletes are no longer stacked in the end of transaction, now transactional integrity is always assured
-
- 10 Aug, 2007 1 commit
-
-
zYne authored
-
- 01 Aug, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 23 Jul, 2007 1 commit
-
-
zYne authored
-
- 11 Jul, 2007 1 commit
-
-
zYne authored
-
- 09 Jul, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 06 Jul, 2007 1 commit
-
-
gnat authored
-
- 05 Jul, 2007 1 commit
-
-
zYne authored
renamed Doctrine_Record::obtainIdentifier() to Doctrine_Record::identifier(), fixed identityMap implementation
-
- 01 Jul, 2007 1 commit
-
-
zYne authored
-
- 26 Jun, 2007 1 commit
-
-
subzero2000 authored
-