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

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