mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-03-02 00:30:29 +01:00
SQL debug
This commit is contained in:
parent
90d1faafd1
commit
b695e6f5c5
@ -77,6 +77,8 @@
|
|||||||
if($config['debug']) {
|
if($config['debug']) {
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
$query = $pdo->query($query);
|
$query = $pdo->query($query);
|
||||||
|
if(!$query)
|
||||||
|
return false;
|
||||||
$time = round((microtime(true) - $start) * 1000, 2) . 'ms';
|
$time = round((microtime(true) - $start) * 1000, 2) . 'ms';
|
||||||
$debug['sql'][] = Array(
|
$debug['sql'][] = Array(
|
||||||
'query' => $query->queryString,
|
'query' => $query->queryString,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user