修正sqlsrv驱动一处错误

This commit is contained in:
ThinkPHP
2013-04-27 12:39:35 +08:00
parent ee0b30ec6e
commit 5995908cbb

View File

@@ -11,6 +11,7 @@
namespace Think\Db\Driver;
use Think\Db\Driver;
use PDO;
/**
* Sqlsrv数据库驱动