Skip to content
Snippets Groups Projects
Commit 2b1c7989 authored by Frédéric G. Marand's avatar Frédéric G. Marand
Browse files

Issue #3120946 by christophersmith262: Support prefixed databases.

parent 65aaad04
Branches
Tags 8.x-1.12
No related merge requests found
...@@ -286,7 +286,7 @@ SQL; ...@@ -286,7 +286,7 @@ SQL;
$table = static::TABLE; $table = static::TABLE;
$sql = <<<SQL $sql = <<<SQL
SELECT deleted SELECT deleted
FROM {$table} q FROM {{$table}} q
WHERE q.name = :name WHERE q.name = :name
SQL; SQL;
$deleted = $this->database $deleted = $this->database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment