From 782da3d1034a9a561d7ee236b66ae1415b3807b6 Mon Sep 17 00:00:00 2001 From: Fernando A Castro <25346182+webfer@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:32:26 +0200 Subject: [PATCH] Update README.md This commit includes a fix for the isolevel key. It was changed to 'isolevel: SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED' to use a more standard syntax that closely follows SQL conventions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39e1d9..f4fa54b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ drupal_settings: database: mydatabase username: user password: secret - isolevel: "SET SESSION transaction_isolation=\\'READ-COMMITTED\\'" + isolevel: 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED' config_directories: # Optional, Drupal 8 sync: path/to/config trusted_hosts: # Optional, Drupal 8