Issue #2921916 by spideep: Add Change record to @deprecated for function rightJoin

8.5.x
xjm 2017-11-13 10:18:21 -05:00
parent 324d55801a
commit f03cb20eac
1 changed files with 2 additions and 0 deletions

View File

@ -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 = []);