Overrides Query::__toString
public function __toString() { // In the degenerate case, there is no string-able query as this operation // is potentially two queries. throw new \BadMethodCallException('The merge query can not be converted to a string'); }