Needs work
Project:
Schema
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Jul 2024 at 19:48 UTC
Updated:
27 Sep 2024 at 05:43 UTC
Jump to comment: Most recent
Comments
Comment #3
jrglasgow commentedComment #4
jcnventuraThe changes are welcome, but need further work before being merged:
=> 10.1means that the next version of the module will be compatible with Drupal 12, 13, 14, 15, etc.. There needs to be an upper bound, which is why most maintainers use^10.1 || ^11getPrefixInfoneeds to be removed, since #2223073: Calling DatabaseSchema::getPrefixInfo() on a non-default connection returns the wrong database - write tests has now been fixed in coreComment #7
gslente commentedCreated a new merge request.
core_version_requirement: ^9.4 || ^10 || ^11getPrefixInfo()as issue has been fixed in core.