Closed (fixed)
Project:
Drupal core
Version:
main
Component:
sqlite db driver
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Feb 2026 at 14:35 UTC
Updated:
16 Mar 2026 at 16:00 UTC
Jump to comment: Most recent
Comments
Comment #3
mondrakeComment #4
smustgrave commentedDoes this need to be deprecated?
Comment #5
mondrakeI don't think so if we limit this to D12+, as it requires PHP 8.5 where this class is not needed. In D11 it cannot be deprecated because PHP 8.3 still requires the class. Should probably have been removed when removing deprecated code for the Database API, but we missed that.
Comment #6
smustgrave commentedThanks for the explanation. Makes sense.
Comment #7
longwaveYep just some cleanup that we missed in 12.x.