3 |
3 |
1 |
Drupal API, not rector covered |
Access to deprecated property $escapedNames of class Drupal\Core\Database\Connection. Deprecated in drupal:9.0.0 and is removed from drupal:10.0.0. This is no longer used. Use Drupal\Core\Database\Connection::$escapedTables or \Drupal\Core\Database\Connection::$escapedFields instead. |
2 |
2 |
1 |
Drupal API, not rector covered |
Call to method bindParam() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
2 |
2 |
1 |
Drupal API, not rector covered |
Call to method fetchAll() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
70 |
62 |
Info.yml or composer.json |
Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to deprecated method prepareQuery() of class Drupal\oracle\Driver\Database\oracle\Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::prepareStatement instead. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to deprecated method generateTemporaryTableName() of class Drupal\oracle\Driver\Database\oracle\Connection. Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to deprecated method prepare() of class Drupal\Core\Database\Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should instantiate \PDOStatement objects by calling \PDO::prepare in their Connection::prepareStatement method instead. \PDO::prepare should not be called outside of driver code. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to deprecated method prepareQuery() of class Drupal\Core\Database\Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::prepareStatement instead. |
1 |
1 |
1 |
Drupal API, not rector covered |
Class [redacted] extends deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method execute() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method fetch() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method fetchField() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method fetchObject() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method fetchAssoc() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method fetchColumn() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method fetchAllKeyed() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
1 |
Drupal API, not rector covered |
Call to method fetchAllAssoc() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |