finish update

This commit is contained in:
xiaomlove
2021-02-01 20:19:39 +08:00
parent 1347567c5d
commit 5ce5fc3e99
6 changed files with 201 additions and 156 deletions

View File

@@ -51,7 +51,7 @@ class DB
}
$this->driver->query("SET NAMES UTF8");
$this->driver->query("SET collation_connection = 'utf8_general_ci'");
$this->driver->query("SET sql_mode=''");
// $this->driver->query("SET sql_mode=''");
$this->isConnected = true;
return true;
}