Db类增加批处理执行sql操作方法

This commit is contained in:
thinkphp
2016-04-10 15:45:00 +08:00
parent f97626f6a2
commit 4aa86efc5a
5 changed files with 31 additions and 4 deletions

View File

@@ -195,6 +195,6 @@ class Sqlsrv extends Driver
*/
protected function getExplain($sql)
{
return [];
}
}