Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
D.O. #3191623 was fixed (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondrake authored Jan 16, 2023
1 parent d01b182 commit 8496734
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
3 changes: 0 additions & 3 deletions tests/github/drupal_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8496734

Please sign in to comment.