From 99d0d80859cc1850a15a232181d9157a2df1ef1f Mon Sep 17 00:00:00 2001 From: Sergio Susa Date: Thu, 24 May 2018 18:51:59 +0200 Subject: [PATCH] Update doctrine.rst just adding some quotes to server_version, couple of lines before is explained this: "Always wrap the server version number with quotes to parse it as a string instead of a float number" --- reference/configuration/doctrine.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index 662e202f8cc..a5512283d9e 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -398,13 +398,13 @@ If you want to configure multiple connections in YAML, put them under the user: root password: null host: localhost - server_version: 5.6 + server_version: '5.6' customer: dbname: customer user: root password: null host: localhost - server_version: 5.7 + server_version: '5.7' The ``database_connection`` service always refers to the *default* connection, which is the first one defined or the one configured via the