Closed (fixed)
Project:
Experience Builder
Component:
Page builder
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Jun 2024 at 07:56 UTC
Updated:
18 Jun 2024 at 10:54 UTC
Jump to comment: Most recent
#3450957: Prevent modules from being uninstalled if they provide field types used in an Experience Builder field is the first issue where we encounter the need for testing against multiple databases. @tedbow wrote
Ok was able to find matches using
json_extract()but the wildcard key matching works in MariaDB but not SqliteDidn't mean to bump it down from critical before
Add phpunit SQLite test job.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
wim leersMatch what core did in #3420972: Add testing wtih SQLite 3.45 to use SQLite >=3.45. It's easy for XB because XB requires PHP >=8.3. 🥳
Comment #4
wim leersGreen!
This was much more difficult than it should've been due to #3447792: Add _TARGET_PHP_IMAGE_VARIANT to cater for newer sqlite versions for Drupal 11 not being fixed yet.
Comment #6
wim leers