- 15 Jun, 2008 1 commit
-
-
romanb authored
Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things.
-
- 17 May, 2008 1 commit
-
-
romanb authored
-
- 13 May, 2008 1 commit
-
-
romanb authored
-
- 08 May, 2008 1 commit
-
-
romanb authored
-
- 06 May, 2008 1 commit
-
-
romanb authored
-
- 12 Apr, 2008 1 commit
-
-
romanb authored
Refactorings along with a speed improvement on the Hydrator when processing joined resultsets. Other minor tweaks.
-
- 19 Mar, 2008 1 commit
-
-
romanb authored
-
- 05 Mar, 2008 1 commit
-
-
romanb authored
refactorings, a bug fix (#786) and improved performance for the hydration of results from polymorphic queries.
-
- 22 Feb, 2008 1 commit
-
-
jwage authored
-
- 03 Feb, 2008 1 commit
-
-
romanb authored
Merged r3518:r3700 from branch to trunk. Branch to be deleted, soon. Development continues in trunk.
-
- 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.
-
- 25 Nov, 2007 1 commit
-
-
romanb authored
-
- 21 Nov, 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).
-
- 22 Oct, 2007 1 commit
-
-
zYne authored
-
- 21 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 07 Oct, 2007 1 commit
-
-
zYne authored
-
- 03 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 04 Sep, 2007 1 commit
-
-
jackbravo authored
-
- 03 Sep, 2007 1 commit
-
-
meus authored
-
- 21 Jul, 2007 1 commit
-
-
meus authored
-
- 07 Jun, 2007 1 commit
-
-
zYne authored
-
- 04 Jun, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 31 May, 2007 1 commit
-
-
zYne authored
-
- 30 May, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 29 May, 2007 2 commits
- 05 Feb, 2007 1 commit
-
-
zYne authored
-
- 01 Feb, 2007 1 commit
-
-
zYne authored
-
- 29 Dec, 2006 2 commits
- 12 Nov, 2006 1 commit
-
-
zYne authored
-
- 26 Oct, 2006 1 commit
-
-
zYne authored
-
- 27 Sep, 2006 1 commit
-
-
zYne authored
-