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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy