eee
This commit is contained in:
@@ -193,8 +193,6 @@ class Command extends Component
|
|||||||
return $prepare->rowCount();
|
return $prepare->rowCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($this->sql, $result);
|
|
||||||
|
|
||||||
$this->connection->release($client);
|
$this->connection->release($client);
|
||||||
return $result == 0 ? $prepare->rowCount() : (int)$result;
|
return $result == 0 ? $prepare->rowCount() : (int)$result;
|
||||||
} catch (Throwable $throwable) {
|
} catch (Throwable $throwable) {
|
||||||
|
|||||||
Reference in New Issue
Block a user