From 8496734744d0f36925c1572e0b3fd5fc3d40c904 Mon Sep 17 00:00:00 2001 From: mondrake Date: Mon, 16 Jan 2023 16:53:23 +0100 Subject: [PATCH] D.O. #3191623 was fixed (#316) --- README.md | 1 - tests/github/drupal_patch.sh | 3 --- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 3fff28ea..a0aef677 100644 --- a/README.md +++ b/README.md @@ -93,5 +93,4 @@ tbd | Add tests for tbd | Ensure that when INSERTing a NULL value in a database column, SELECTing it back returns NULL and not empty string - for all fetch modes | tbd | UpdateTestBase::runUpdate should reset database schema after updating | [2992274](https://www.drupal.org/project/drupal/issues/2992274) | Installer tests fail if contrib driver hides database credentials form fields | -[3191623](https://www.drupal.org/project/drupal/issues/3191623) | Views aggregate queries do not escape the fields | [3256642](https://www.drupal.org/project/drupal/issues/3256642) | Autoload classes of database drivers modules' dependencies | diff --git a/tests/github/drupal_patch.sh b/tests/github/drupal_patch.sh index 17105294..d4010879 100755 --- a/tests/github/drupal_patch.sh +++ b/tests/github/drupal_patch.sh @@ -6,8 +6,5 @@ curl https://www.drupal.org/files/issues/2022-06-01/2992274-25.patch | git apply #3110546 Allow contributed modules (mostly database drivers) to override tests in core curl https://git.drupalcode.org/project/drupal/-/merge_requests/291.diff | git apply -v -#3191623 Views aggregate queries do not escape the fields -curl https://www.drupal.org/files/issues/2023-01-10/3191623-23.patch | git apply -v - #3256642 Autoload classes of database drivers modules' dependencies curl https://git.drupalcode.org/project/drupal/-/merge_requests/2844.diff | git apply -v