- Issue created by @cafuego
We upgraded a site from D10 to D11 and some of the database queries broke, because we used deprecated PDO::FETCH_
constants, support for which was (quietly) dropped by Drupal. See [#3487851] for instance.
Successfully use PDO::FETCH_GROUP
in
->fetchAll()
on D10 and then get Fetch mode 65543 is not supported. Use supported modes only. after you upgrade to D11.
Add a rule to the coder sniffs to report the use of PDO:: constants as an error.
Draw the rest of the owl.
Active
8.3
Coder Sniffer