- First commit to issue fork.
- @ranjit1032002 opened merge request.
- Status changed to Needs review
over 1 year ago 5:26am 27 April 2023 - 🇮🇳India Ranjit1032002
Created MR!82 for the issue mentioned, please review.
Thank You. - 🇬🇧United Kingdom pstewart
It looks like things have moved on a bit since Beakerboy opened this issue:
queryTemporary
is no longer deprecated per-se, however has been made optional in D10 by being moved to its own interfaceDrupal\Core\Database\SupportsTemporaryTablesInterface
(see https://www.drupal.org/node/3316569 → ). As this interface doesn't exist in D9.5, it implies we're going to need a new branch as we can't just introduce it while still supporting D9.5.Probs the way to go here is to amend the patch to drop the
expectDeprecation
forqueryTemporary
to resolve the issue for 4.3.x, and then address the support the newSupportsTemporaryTablesInterface
in a new issue. - Status changed to Needs work
over 1 year ago 10:36am 27 April 2023