1. 28 Nov, 2019 1 commit
  2. 02 Nov, 2019 10 commits
  3. 28 Oct, 2019 1 commit
  4. 17 Mar, 2019 1 commit
  5. 29 Jan, 2019 1 commit
  6. 30 Nov, 2018 2 commits
  7. 07 Oct, 2018 1 commit
  8. 02 Oct, 2018 4 commits
  9. 09 Aug, 2018 1 commit
  10. 01 Jul, 2018 1 commit
  11. 27 Jun, 2018 1 commit
  12. 07 Jun, 2018 1 commit
  13. 15 May, 2018 1 commit
  14. 01 Apr, 2018 1 commit
  15. 28 Jul, 2017 2 commits
  16. 25 Jul, 2017 1 commit
  17. 13 Jul, 2017 1 commit
  18. 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
  19. 09 Jan, 2016 1 commit
  20. 02 Jul, 2015 1 commit
  21. 19 Dec, 2014 1 commit
  22. 13 May, 2014 2 commits
  23. 17 Apr, 2014 1 commit
  24. 10 Feb, 2014 1 commit
  25. 29 Dec, 2013 1 commit