@trigger_error('Connection::queryTemporary() is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3211781',E_USER_DEPRECATED);
@trigger_error('Connection::queryTemporary() is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3211781',E_USER_DEPRECATED);
$tablename=$this->generateTemporaryTableName();
$this->query('CREATE TEMPORARY TABLE {'.$tablename.'} AS '.$query,$args,$options);
@trigger_error('Connection::queryTemporary() is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3211781',E_USER_DEPRECATED);
// Generate a new temporary table name and protect it from prefixing.
// SQLite requires that temporary tables to be non-qualified.
@@ -33,7 +33,6 @@ public function countTableRows($table_name) {
* Confirms that temporary tables work and are limited to one request.
*/
publicfunctiontestTemporaryQuery(){
$this->expectDeprecation('Connection::queryTemporary() is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3211781');
$this->expectDeprecation('Connection::generateTemporaryTableName() is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3211781');