- 10 Jan, 2008 1 commit
-
-
lsmith 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.
-
- 04 Jan, 2008 1 commit
-
-
zYne authored
-
- 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
- 03 Nov, 2007 1 commit
-
-
zYne authored
-
- 29 Oct, 2007 1 commit
-
-
meus authored
added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes
-
- 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
-
- 09 Oct, 2007 1 commit
-
-
pookey 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
-
- 05 Sep, 2007 1 commit
-
-
jackbravo authored
Doctrine_Connection_Sqlite::connect was creating functions every time it was called even if it was allready connected.
-
- 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
-
- 29 Aug, 2007 1 commit
-
-
jackbravo authored
-
- 25 Aug, 2007 1 commit
-
-
jackbravo authored
Added some user functions (trim, ltrim, rtrim, sha1), the trim function prevented the tests from running
-
- 14 Aug, 2007 1 commit
-
-
lsmith authored
-
- 10 Aug, 2007 1 commit
-
-
zYne authored
-
- 01 Aug, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 31 Jul, 2007 1 commit
-
-
lukenukem authored
-
- 23 Jul, 2007 1 commit
-
-
zYne authored
-
- 11 Jul, 2007 2 commits
- 09 Jul, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 06 Jul, 2007 1 commit
-
-
gnat authored
-