改进连接器类

This commit is contained in:
thinkphp
2017-01-26 15:10:21 +08:00
parent 55b99355d7
commit 13c7eb8452
4 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ use think\db\Connection;
*/
class Pgsql extends Connection
{
protected $builder = '\\think\\db\\builder\\Pgsql';
/**
* 解析pdo连接的dsn信息