Commit 1e1cdb7e authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge remote-tracking branch 'origin/2.3' into 2.3

parents f4f92aee 3d426e5b
...@@ -69,12 +69,12 @@ with names that are identifiers in this dialect or in other SQL dialects. ...@@ -69,12 +69,12 @@ with names that are identifiers in this dialect or in other SQL dialects.
By default SQLite, MySQL, PostgreSQL, MsSQL and Oracle By default SQLite, MySQL, PostgreSQL, MsSQL and Oracle
keywords are checked: keywords are checked:
<info>doctrine dbal:reserved-words</info> <info>%command.full_name%</info>
If you want to check against specific dialects you can If you want to check against specific dialects you can
pass them to the command: pass them to the command:
<info>doctrine dbal:reserved-words mysql pgsql</info> <info>%command.full_name% mysql pgsql</info>
The following keyword lists are currently shipped with Doctrine: The following keyword lists are currently shipped with Doctrine:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment