mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-09 16:12:49 +08:00
修正数据库驱动类的quote方法
This commit is contained in:
@@ -1128,6 +1128,7 @@ abstract class Driver
|
|||||||
*/
|
*/
|
||||||
public function quote($str)
|
public function quote($str)
|
||||||
{
|
{
|
||||||
|
$this->initConnect();
|
||||||
return $this->_linkID ? $this->_linkID->quote($str) : $str;
|
return $this->_linkID ? $this->_linkID->quote($str) : $str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user