From a8e9b782ce43a5170193f822aa69292c405b3a24 Mon Sep 17 00:00:00 2001 From: Daif Date: Fri, 3 May 2024 13:11:34 +0200 Subject: [PATCH] Fix: Add regex delimiters to schema_filter to prevent preg_match errors This commit adds necessary delimiters to regular expressions used in schema_filter configurations, preventing the 'No ending delimiter' error in preg_match. It improves the error handling by ensuring that regular expressions are always correctly formatted. --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index f4130cbf..b15950da 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -883,7 +883,7 @@ can configure. The following block shows all possible configuration keys: logging: "%kernel.debug%" platform_service: MyOwnDatabasePlatformService auto_commit: false - schema_filter: ^sf2_ + schema_filter: /^sf2_/ mapping_types: enum: string types: