finish update

This commit is contained in:
xiaomlove
2021-02-02 00:41:36 +08:00
parent 5ce5fc3e99
commit b14a9833af
4 changed files with 3 additions and 57 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;
}