- 04 Jul, 2008 1 commit
-
-
romanb authored
-
- 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.
-
- 05 Jun, 2008 1 commit
-
-
romanb authored
Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction.
-
- 02 Jun, 2008 1 commit
-
-
zYne authored
--no commit message
-
- 22 Feb, 2008 1 commit
-
-
jwage authored
-
- 12 Feb, 2008 1 commit
-
-
romanb authored
-
- 22 Jan, 2008 2 commits
-
-
-
jwage authored
-
- 05 Jan, 2008 2 commits
-
-
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.
-
- 04 Jan, 2008 1 commit
-
-
zYne 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).
-
- 03 Nov, 2007 1 commit
-
-
zYne authored
-
- 21 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 03 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 19 Jun, 2007 1 commit
-
-
zYne authored
2. Merging Doctrine_Db functionality into Doctrine_Connection 3. Merging Doctrine_Db modules to Doctrine_Connection plugins
-
- 11 Jan, 2007 1 commit
-
-
zYne authored
-
- 05 Jan, 2007 1 commit
-
-
lsmith authored
-
- 29 Dec, 2006 2 commits
- 06 Dec, 2006 1 commit
-
-
chtito authored
-
- 02 Dec, 2006 1 commit
-
-
zYne authored
-
- 30 Nov, 2006 1 commit
-
-
zYne authored
--no commit message
-
- 28 Nov, 2006 1 commit
-
-
zYne authored
-
- 27 Nov, 2006 1 commit
-
-
zYne authored
-
- 20 Nov, 2006 1 commit
-
-
pookey authored
fixing Strict standards: Declaration of Doctrine_Connection_Mysql::replace() should be compatible with that of Doctrine_Connection::replace()
-
- 19 Nov, 2006 2 commits
- 13 Nov, 2006 1 commit
-
-
zYne authored
-
- 12 Nov, 2006 1 commit
-
-
zYne authored
-
- 08 Nov, 2006 1 commit
-
-
zYne authored
-
- 01 Nov, 2006 2 commits
- 31 Oct, 2006 3 commits
- 30 Oct, 2006 2 commits
- 26 Oct, 2006 1 commit
-
-
zYne authored
Ticket: 199
-
- 22 Oct, 2006 1 commit
-
-
zYne authored
-