uzengo

Results 2 comments of uzengo

swoft db里面有个坑 pdo exception code是字符串 所以会导致异常转换失败 @inhere Wrong parameters for Swoft\Db\Exception\DbException([string $message [, long $code [, Throwable $previous = NULL]]]) At File /home/working/XQ_Api_Release/vendor/swoft/db/src/Connection/Connection.php line 701 2.0.9 throw new DbException($e->getMessage(), (int)$e->getCode());...