X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FQuery%2FSelectInterface.php;h=6a91e727997784e5729f2cf6d5311d16c1ebeb1a;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=59b15d0790c1938d0766c68991d9c8edafe3b876;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/Query/SelectInterface.php b/web/core/lib/Drupal/Core/Database/Query/SelectInterface.php index 59b15d079..6a91e7279 100644 --- a/web/core/lib/Drupal/Core/Database/Query/SelectInterface.php +++ b/web/core/lib/Drupal/Core/Database/Query/SelectInterface.php @@ -346,6 +346,8 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend * 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 = []);