mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
remove swoole pdo proxy
This commit is contained in:
@@ -10,11 +10,10 @@ use Doctrine\DBAL\Driver\Connection;
|
|||||||
use Doctrine\DBAL\ParameterType;
|
use Doctrine\DBAL\ParameterType;
|
||||||
use PDO;
|
use PDO;
|
||||||
use PDOException;
|
use PDOException;
|
||||||
use Swoole\Database\PDOProxy;
|
|
||||||
|
|
||||||
class MySQLConnection implements Connection
|
class MySQLConnection implements Connection
|
||||||
{
|
{
|
||||||
/** @var PDO|PDOProxy */
|
/** @var PDO */
|
||||||
private $conn;
|
private $conn;
|
||||||
|
|
||||||
private $pool_name;
|
private $pool_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user