dev 코드와 일치

This commit is contained in:
2020-03-22 23:30:11 +09:00
parent bdcc79ce34
commit 68e01c1e73
18 changed files with 307 additions and 30 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class RootDB
self::$uDB = new \MeekroDB(self::$host, self::$user, self::$password, self::$dbName, self::$port, self::$encoding);
self::$uDB->connect_options[MYSQLI_OPT_INT_AND_FLOAT_NATIVE] = true;
self::$uDB->error_handler= false;
self::$uDB->error_handler= function(){};
self::$uDB->throw_exception_on_error = true;
self::$uDB->throw_exception_on_nonsql_error = true;
}