1. 25 Nov, 2007 1 commit
  2. 24 Nov, 2007 1 commit
  3. 19 Nov, 2007 1 commit
  4. 18 Nov, 2007 2 commits
    • meus's avatar
      some small refactorings. adding docblocks. creating guard clauses. refactor... · d5cc06e7
      meus authored
      some small refactorings. adding docblocks. creating guard clauses. refactor our some code into methods. no aditional test failures so it looks ok. also added some @todo comments
      d5cc06e7
    • romanb's avatar
      Refactoring. Started to introduced a clear separation between column names and... · cfc7d4e4
      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).
      cfc7d4e4
  5. 10 Nov, 2007 3 commits
  6. 30 Oct, 2007 1 commit
  7. 25 Oct, 2007 2 commits
  8. 21 Oct, 2007 1 commit
  9. 20 Oct, 2007 1 commit
  10. 15 Oct, 2007 2 commits
  11. 13 Oct, 2007 1 commit
  12. 08 Oct, 2007 1 commit
  13. 07 Oct, 2007 1 commit
  14. 03 Oct, 2007 1 commit
  15. 03 Sep, 2007 1 commit
  16. 01 Sep, 2007 3 commits
  17. 29 Aug, 2007 1 commit
  18. 25 Aug, 2007 1 commit
  19. 24 Aug, 2007 2 commits
  20. 16 Aug, 2007 1 commit
  21. 15 Aug, 2007 1 commit
  22. 09 Aug, 2007 1 commit
  23. 02 Aug, 2007 1 commit
  24. 12 Jul, 2007 1 commit
  25. 11 Jul, 2007 1 commit
  26. 01 Jul, 2007 1 commit
  27. 26 Jun, 2007 2 commits
  28. 25 Jun, 2007 3 commits
  29. 19 Jun, 2007 1 commit
    • zYne's avatar
      1. Merging two event listener APIs · 113ac3b9
      zYne authored
      2. Merging Doctrine_Db functionality into Doctrine_Connection
      
      3. Merging Doctrine_Db modules to Doctrine_Connection plugins
      113ac3b9