File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -449,11 +449,11 @@ The following block shows all possible configuration keys:
449
449
.. note ::
450
450
451
451
The ``server_version `` option was added in Doctrine DBAL 2.5, which is used
452
- by DoctrineBundle 1.3 version . The value of this option should match your
453
- database server version (use ``postgres -V `` or ``psql -V `` command to find
452
+ by DoctrineBundle 1.3. The value of this option should match your database
453
+ server version (use ``postgres -V `` or ``psql -V `` command to find
454
454
your PostgreSQL version and ``mysql -V `` to get your MySQL version).
455
455
456
- If you don't define this option and you don't have created your database yet,
456
+ If you don't define this option and you haven't created your database yet,
457
457
you may get ``PDOException `` errors because Doctrine will try to guess the
458
458
database server version automatically and none is available.
459
459
You can’t perform that action at this time.
0 commit comments