diff --git a/core/lib/Drupal/Core/Database/Query/SelectInterface.php b/core/lib/Drupal/Core/Database/Query/SelectInterface.php index 59b15d0..6a91e72 100644 --- a/core/lib/Drupal/Core/Database/Query/SelectInterface.php +++ b/core/lib/Drupal/Core/Database/Query/SelectInterface.php @@ -346,6 +346,8 @@ * db_query('A')->rightJoin('B') is identical to * db_query('B')->leftJoin('A'). This functionality has been deprecated * because SQLite does not support it. + * + * @see https://www.drupal.org/node/2765249 */ public function rightJoin($table, $alias = NULL, $condition = NULL, $arguments = []);