1. 01 Apr, 2018 1 commit
  2. 28 Jul, 2017 2 commits
  3. 25 Jul, 2017 1 commit
  4. 13 Jul, 2017 1 commit
  5. 15 Feb, 2016 1 commit
    • Richard Quadling's avatar
      Multiple dialects require a --list per dialect · 93289e32
      Richard Quadling authored
      Without using ``--list|-l`` you get a too many arguments error.
      
      As an example ...
      
      ```
      [ 15/02/2016 17:45:32 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re mysql57 mysql
      
      
        [Symfony\Component\Console\Exception\RuntimeException]
        Too many arguments.
      
      
      dbal:reserved-words [-l|--list [LIST]]
      
      
      [ 15/02/2016 17:47:39 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 mysql
      
      
        [Symfony\Component\Console\Exception\RuntimeException]
        Too many arguments.
      
      
      dbal:reserved-words [-l|--list [LIST]]
      
      
      [ 15/02/2016 17:47:48 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 -l mysql
      Checking keyword violations for mysql57, mysql...
      There are 5 reserved keyword violations in your database schema:
        - Table affiliates column key keyword violations: MySQL57, MySQL
        - Table epos_landing_pages column key keyword violations: MySQL57, MySQL
        - Table purchase_notifications column trigger keyword violations: MySQL57, MySQL
        - Table xpermissions column add keyword violations: MySQL57, MySQL
        - Table xpermissions column delete keyword violations: MySQL57, MySQL
      ```
      93289e32
  6. 09 Jan, 2016 1 commit
  7. 02 Jul, 2015 1 commit
  8. 19 Dec, 2014 1 commit
  9. 13 May, 2014 2 commits
  10. 17 Apr, 2014 1 commit
  11. 10 Feb, 2014 1 commit
  12. 29 Dec, 2013 1 commit
  13. 27 Dec, 2013 1 commit
  14. 21 Dec, 2013 1 commit
  15. 06 Dec, 2013 1 commit
  16. 05 Dec, 2013 1 commit
  17. 02 Nov, 2013 3 commits
  18. 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
  19. 13 Feb, 2013 2 commits
  20. 24 Sep, 2012 1 commit
  21. 16 Jul, 2012 1 commit
  22. 25 May, 2012 1 commit
  23. 18 May, 2012 2 commits
  24. 24 Mar, 2012 2 commits
  25. 16 Jan, 2012 1 commit
  26. 19 Dec, 2011 1 commit
  27. 12 Jul, 2011 1 commit
  28. 02 Jul, 2011 1 commit
  29. 23 Jun, 2011 1 commit
  30. 27 Feb, 2011 1 commit
  31. 11 Feb, 2011 1 commit
  32. 29 Nov, 2010 1 commit
  33. 23 Aug, 2010 1 commit