From 61a66e8eeecf1584e0dc150a530f0d116e6ccd01 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 19 Jun 2018 11:11:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3sqlsrv=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/connector/Sqlsrv.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/db/connector/Sqlsrv.php b/library/think/db/connector/Sqlsrv.php index adefbb35c3..aba405fd95 100644 --- a/library/think/db/connector/Sqlsrv.php +++ b/library/think/db/connector/Sqlsrv.php @@ -13,6 +13,7 @@ use PDO; use think\db\Connection; +use think\db\Query; /** * Sqlsrv数据库驱动