• 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
Name
Last commit
Last update
bin Loading commit data...
docs Loading commit data...
lib/Doctrine/DBAL Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
UPGRADE.md Loading commit data...
build.properties Loading commit data...
build.xml Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...
run-all.sh Loading commit data...