public function execute(Statement\Modifier $query): Result
    {

        [$sql, $params] = $this->build($query);
        if ($params) {