1. 06 Aug, 2013 2 commits
  2. 31 Jul, 2013 1 commit
  3. 21 Jun, 2013 1 commit
    • Benjamin Morel's avatar
      Fixed documentation. · f0eaaf6f
      Benjamin Morel authored
      - Fixed docblocks
      - Removed return statements on void methods
      - Cleaned up unused private / local variables
      - Fixed license issues
      - Removed SVN leftovers
      - Fixed doctrine-project.org links
      - Added line breaks before return statements
      f0eaaf6f
  4. 18 Jun, 2013 1 commit
  5. 26 May, 2013 1 commit
  6. 20 Apr, 2013 1 commit
  7. 23 Jan, 2013 1 commit
  8. 02 Jan, 2013 1 commit
  9. 22 Nov, 2012 1 commit
  10. 21 Nov, 2012 1 commit
  11. 19 Nov, 2012 4 commits
  12. 07 Aug, 2012 2 commits
  13. 06 Jun, 2012 1 commit
  14. 25 May, 2012 1 commit
  15. 18 May, 2012 1 commit
  16. 28 Jan, 2012 1 commit
  17. 21 Jan, 2012 1 commit
  18. 09 Jan, 2012 1 commit
  19. 18 Dec, 2011 1 commit
    • Miquel Rodríguez Telep / Michael Rodríguez-Torrent's avatar
      Remove broken SQLite auto-increment and fix composite primary keys · ced12abf
      * The old implementation produced invalid SQLite statements for tables with
        a composite primary key, as SQLite cannot have more than one primary key
        clause and autoincrement can only be declared on a single column
      * There is currently no way to tell from its pragma if an SQLite column
        auto-increments, therefore enabling it on all primary keys is not accurate
      * SQLite primary keys auto-increment anyway (but slightly differently from an
        actual auto-increment column -- not guaranteed unique)
      ced12abf
  20. 06 Dec, 2011 1 commit
  21. 21 Nov, 2011 1 commit
  22. 30 Oct, 2011 1 commit
  23. 28 Oct, 2011 1 commit
  24. 31 Jul, 2011 2 commits
  25. 27 Mar, 2011 1 commit
  26. 27 Feb, 2011 1 commit
  27. 26 Feb, 2011 1 commit
  28. 20 Feb, 2011 1 commit
  29. 19 Feb, 2011 1 commit
  30. 27 Nov, 2010 1 commit
  31. 31 Oct, 2010 1 commit
  32. 12 Jun, 2010 1 commit
  33. 06 Jun, 2010 1 commit
    • beberlei's avatar
      Added registerDoctrineMappingType() and getDoctrineMappingType() methods,... · 626a334e
      beberlei authored
      Added registerDoctrineMappingType() and getDoctrineMappingType() methods, converted DB2 platform and added some tests, made all platforms work for now
      
      Support Sqlite
      
      Migrated MySQL to Doctrine Type Map
      
      Fixed nasty bug in testcase
      
      Migrated Postgres to support Doctrine Mapping Types
      
      Refactored Oracle Platform to support Doctrine Mapping Types
      
      Refactored DB2 support for Doctrine Mapping Types a little bit
      626a334e
  34. 06 May, 2010 1 commit