- 22 Jan, 2008 1 commit
-
-
jwage authored
-
- 10 Jan, 2008 2 commits
-
-
guilhermeblanco authored
Added support to leftJoin and innerJoin parameters. Included some tests that failed due to an existent Doctrine bug.
-
lsmith authored
-
- 09 Jan, 2008 1 commit
-
-
Jonathan.Wage authored
-
- 05 Jan, 2008 1 commit
-
-
romanb authored
-
- 28 Dec, 2007 1 commit
-
-
romanb authored
-
- 15 Dec, 2007 1 commit
-
-
tamcy authored
-
- 13 Dec, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 12 Dec, 2007 4 commits
- 09 Dec, 2007 1 commit
-
-
jackbravo authored
The unset functionality is not working for foreignKey relations
-
- 06 Dec, 2007 1 commit
-
-
romanb authored
Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them.
-
- 03 Dec, 2007 1 commit
-
-
guilhermeblanco authored
-
- 01 Dec, 2007 2 commits
- 30 Nov, 2007 1 commit
-
-
jackbravo authored
-
- 25 Nov, 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.
-
- 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.
-
- 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).
-
- 16 Nov, 2007 1 commit
-
-
adrive authored
-
- 15 Nov, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 13 Nov, 2007 1 commit
-
-
zYne authored
-
- 12 Nov, 2007 1 commit
-
-
dbrewer authored
and table classes.
-
- 10 Nov, 2007 1 commit
-
-
meus authored
-
- 09 Nov, 2007 1 commit
-
-
meus 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
-
- 18 Oct, 2007 1 commit
-
-
zYne authored
-
- 13 Oct, 2007 1 commit
-
-
meus authored
refactored test harness and moved logic away from the run.php file. fixed coverage reporting so that it now generates a full html coverage files. look in tests/coverage/index.php in a browser for details
-
- 08 Oct, 2007 1 commit
-
-
zYne authored
-
- 05 Oct, 2007 1 commit
-
-
zYne authored
-
- 03 Oct, 2007 2 commits
- 29 Sep, 2007 2 commits
- 21 Sep, 2007 1 commit
-
-
Jonathan.Wage authored
-