File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -362,10 +362,10 @@ The following block shows all possible configuration keys:
362362 your database server version (use ``postgres -V `` or ``psql -V `` command
363363 to find your PostgreSQL version and ``mysql -V `` to get your MySQL
364364 version).
365-
366- If you are running a MariaDB database, you should prefix the ``server_version ``
367- with ``mariadb- `` (e.g. ``server_version: mariadb-10.2.12 ``).
368-
365+
366+ If you are running a MariaDB database, you must prefix the ``server_version ``
367+ value with ``mariadb- `` (e.g. ``server_version: mariadb-10.2.12 ``).
368+
369369 Always wrap the server version number with quotes to parse it as a string
370370 instead of a float number. Otherwise, the floating-point representation
371371 issues can make your version be considered a different number (e.g. ``5.6 ``
You can’t perform that action at this time.
0 commit comments