kvstorage 버그 수정
This commit is contained in:
+2
@@ -645,6 +645,8 @@ class MeekroDB {
|
||||
'code' => $db->errno
|
||||
));
|
||||
}
|
||||
|
||||
echo $sql."<br>\n";
|
||||
|
||||
if ($this->throw_exception_on_error) {
|
||||
$e = new MeekroDBException($db->error, $sql, $db->errno);
|
||||
|
||||
Reference in New Issue
Block a user