Issue #2921916 by spideep: Add Change record to @deprecated for function rightJoin
parent
324d55801a
commit
f03cb20eac
|
|
@ -346,6 +346,8 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
||||||
* db_query('A')->rightJoin('B') is identical to
|
* db_query('A')->rightJoin('B') is identical to
|
||||||
* db_query('B')->leftJoin('A'). This functionality has been deprecated
|
* db_query('B')->leftJoin('A'). This functionality has been deprecated
|
||||||
* because SQLite does not support it.
|
* because SQLite does not support it.
|
||||||
|
*
|
||||||
|
* @see https://www.drupal.org/node/2765249
|
||||||
*/
|
*/
|
||||||
public function rightJoin($table, $alias = NULL, $condition = NULL, $arguments = []);
|
public function rightJoin($table, $alias = NULL, $condition = NULL, $arguments = []);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue